Skip to content

Commit 9bf0b4f

Browse files
authored
Merge pull request #8079 from lopenchi/develop
Small fixes for batch 3.1 and 3.2
2 parents d2fa551 + 0b40fbb commit 9bf0b4f

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed

src/_includes/content/generative-audiences-nutrition-facts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</td>
105105
</tr>
106106
<tr class="c4">
107-
<td class="c6" colspan="1" rowspan="1"><p class="c10"><span class="c13">Training Data Anonymized &nbsp; </span>
107+
<td class="c6" colspan="1" rowspan="1"><p class="c10"><span class="c13">Training Data Anonymized</span>
108108
<span class="c0 nf-right-align"> N/A</span></p>
109109
</td>
110110
</tr>
@@ -141,4 +141,4 @@
141141
</td>
142142
</tr>
143143
</table>
144-
</html>
144+
</html>

src/_includes/content/spec-field-screen-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_<tr>
1+
<tr>
22
<td markdown="span">`name`</td>
33
<td markdown="span">*optional*</td>
44
<td markdown="span">String</td>

src/_includes/content/suggested-mappings-nutrition-facts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</td>
100100
</tr>
101101
<tr class="c4">
102-
<td class="c6" colspan="1" rowspan="1"><p class="c10"><span class="c13">Customer Data is Shared with Model Vendor</span>
102+
<td class="c6" colspan="1" rowspan="1"><p class="c10"><span class="c13">Customer Data Shared with Model Vendor</span>
103103
<span class="c0 nf-right-align">Yes</span> </p>
104104
</td>
105105
</tr>
@@ -142,4 +142,4 @@
142142
</tr>
143143
</table>
144144
</html>
145-
145+

src/_includes/content/trait-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ View the table below to better understand how Segment collects custom, computed,
55
You can use the Profile explorer (**Unify > Profile explorer**) to view traits attached to a profile.
66

77
| **Trait type** | **Description** |
8-
|---------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
8+
|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
99
| [Custom traits](/docs/unify/traits/custom-traits/) | Traits created from source events you pass into Segment. From your sources, send custom traits as pieces of information that you know about a user in an Identify call. |
1010
| [Computed traits](/docs/unify/traits/computed-traits/) | Traits collected from computations off of event and event property data from your sources. Create user or account-level calculations like `most_viewed_page` or `total_num_orders` for a customer. Learn more by viewing [types of computed traits](/docs/unify/traits/computed-traits/#types-of-computed-traits). |
1111
| [SQL traits](/docs/unify/traits/sql-traits/) | Traits created by running SQL queries on data in your warehouse. SQL traits are a type of computed trait. SQL traits help you import traits from your data warehouse back into Segment to build audiences or enhance data that you send to other destinations. |
1212

1313
<!--
14-
| [Predictive traits](/docs/unify/traits/predictions/using-predictions/) | Segment creates Predictions as Computed Traits, with scores saved to user profiles as a percentage cohort. | -->
14+
| [Predictive traits](/docs/unify/traits/predictions/using-predictions/) | Segment creates Predictions as Computed Traits, with scores saved to user profiles as a percentage cohort. | -->

src/connections/sources/catalog/libraries/server/http-api/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,12 @@ POST https://api.segment.io/v1/batch
395395
```
396396

397397
<table>
398-
<tr>
399-
<th>Field</th>
400-
<th></th>
401-
<th>Type</th>
402-
<th>Description</th>
403-
</tr>
398+
<tr>
399+
<th>Field</th>
400+
<th></th>
401+
<th>Type</th>
402+
<th>Description</th>
403+
</tr>
404404
<tr>
405405
<td>`batch` _Array_</td>
406406
<td>An array of Identify, Group, Track, Page and Screen method calls. Each call **must** have an `type` property with a valid method name.</td>
@@ -488,4 +488,4 @@ Segment welcomes feedback on API responses and error messages. [Reach out to sup
488488

489489
### Experiencing `5xx` errors
490490

491-
If you're experiencing `5xx` errors, refresh the IP address you use to invoke Segment's HTTP API.
491+
If you're experiencing `5xx` errors, refresh the IP address you use to invoke Segment's HTTP API.

src/segment-app/iam/sso.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ You've now completed setup. For SP-initiated SSO, follow these steps:
161161

162162
{% faq %}
163163
{% faqitem Do you support automatic user provisioning? %}
164-
Segment supports "just in time" user permissioning; new users who authenticate using your IdP are automatically created in Segment as minimal-access (read-only) members. If the user already exists in Segment then Segment associates the IdP-identity with the existing Segment user account. Segment also supports user provisioning and role mapping [using SCIM](/docs/segment-app/iam/scim/).{% endfaqitem %}
164+
Segment supports "just in time" user permissioning; new users who authenticate using your IdP are automatically created in Segment as minimal-access (read-only) members. If the user already exists in Segment then Segment associates the IdP-identity with the existing Segment user account. Segment also supports user provisioning and role mapping [using SCIM](/docs/segment-app/iam/scim/).
165+
{% endfaqitem %}
165166

166167
{% faqitem Do you support automatic user de-provisioning? %}
167168
Yes, users can be automatically de-provisioned [if you use SCIM](/docs/segment-app/iam/scim/).

0 commit comments

Comments
 (0)