diff --git a/src/_includes/content/generative-audiences-nutrition-facts.html b/src/_includes/content/generative-audiences-nutrition-facts.html index bbc7cc0d25..87f27cc478 100644 --- a/src/_includes/content/generative-audiences-nutrition-facts.html +++ b/src/_includes/content/generative-audiences-nutrition-facts.html @@ -104,7 +104,7 @@ -

Training Data Anonymized   +

Training Data Anonymized N/A

@@ -141,4 +141,4 @@ - \ No newline at end of file + diff --git a/src/_includes/content/spec-field-screen-name.md b/src/_includes/content/spec-field-screen-name.md index e625242057..183aaf48ea 100644 --- a/src/_includes/content/spec-field-screen-name.md +++ b/src/_includes/content/spec-field-screen-name.md @@ -1,4 +1,4 @@ -_ + `name` *optional* String diff --git a/src/_includes/content/suggested-mappings-nutrition-facts.html b/src/_includes/content/suggested-mappings-nutrition-facts.html index c1bf4cde1b..627481486c 100644 --- a/src/_includes/content/suggested-mappings-nutrition-facts.html +++ b/src/_includes/content/suggested-mappings-nutrition-facts.html @@ -99,7 +99,7 @@ -

Customer Data is Shared with Model Vendor +

Customer Data Shared with Model Vendor Yes

@@ -142,4 +142,4 @@ - + diff --git a/src/_includes/content/trait-types.md b/src/_includes/content/trait-types.md index 078d5c6b3b..3802ea67b4 100644 --- a/src/_includes/content/trait-types.md +++ b/src/_includes/content/trait-types.md @@ -5,10 +5,10 @@ View the table below to better understand how Segment collects custom, computed, You can use the Profile explorer (**Unify > Profile explorer**) to view traits attached to a profile. | **Trait type** | **Description** | -|---------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [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. | | [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). | | [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. | \ No newline at end of file +| [Predictive traits](/docs/unify/traits/predictions/using-predictions/) | Segment creates Predictions as Computed Traits, with scores saved to user profiles as a percentage cohort. | --> diff --git a/src/connections/sources/catalog/libraries/server/http-api/index.md b/src/connections/sources/catalog/libraries/server/http-api/index.md index 39cacc153e..40c374c8a5 100644 --- a/src/connections/sources/catalog/libraries/server/http-api/index.md +++ b/src/connections/sources/catalog/libraries/server/http-api/index.md @@ -395,12 +395,12 @@ POST https://api.segment.io/v1/batch ``` - - - - - - + + + + + + @@ -488,4 +488,4 @@ Segment welcomes feedback on API responses and error messages. [Reach out to sup ### Experiencing `5xx` errors -If you're experiencing `5xx` errors, refresh the IP address you use to invoke Segment's HTTP API. \ No newline at end of file +If you're experiencing `5xx` errors, refresh the IP address you use to invoke Segment's HTTP API. diff --git a/src/segment-app/iam/sso.md b/src/segment-app/iam/sso.md index 639f6f51b8..7ee2e8cf79 100644 --- a/src/segment-app/iam/sso.md +++ b/src/segment-app/iam/sso.md @@ -161,7 +161,8 @@ You've now completed setup. For SP-initiated SSO, follow these steps: {% faq %} {% faqitem Do you support automatic user provisioning? %} -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 %} +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 %} {% faqitem Do you support automatic user de-provisioning? %} Yes, users can be automatically de-provisioned [if you use SCIM](/docs/segment-app/iam/scim/).
FieldTypeDescription
FieldTypeDescription
`batch` _Array_ An array of Identify, Group, Track, Page and Screen method calls. Each call **must** have an `type` property with a valid method name.