From 170267893ad40a367ddb56ddf6b4167c3117ecea Mon Sep 17 00:00:00 2001 From: stayseesong Date: Fri, 5 Sep 2025 11:08:06 -0700 Subject: [PATCH] edits --- .../consent-in-segment-connections.md | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/privacy/consent-management/consent-in-segment-connections.md b/src/privacy/consent-management/consent-in-segment-connections.md index 6163f1c10b..b4fc4c87c8 100644 --- a/src/privacy/consent-management/consent-in-segment-connections.md +++ b/src/privacy/consent-management/consent-in-segment-connections.md @@ -4,7 +4,7 @@ plan: consent-management redirect_from: "/privacy/consent-in-segment-connections" --- -Segment Connections users can add the [consent object](#consent-object) to their sources to stamp events with the end user consent preferences captured by your consent management platform (CMP) and send them downstream to destinations in categories that an end user consented to share data with. Events without the consent object continue to flow to destinations without consent enforcement. +Segment Connections users can add the [consent object](#consent-object) to their sources to stamp events with the end user consent preferences captured by your consent management platform (CMP). You can then send them downstream to destinations in categories that an end user consented to share data with. Events without the consent object continue to flow to destinations without consent enforcement. > success "" > With the [Destination Actions framework](/docs/connections/destinations/destination-actions), you can send current end user consent preferences to flow to your destination alongside customer interactions so your destinations know when an end user revokes their consent. @@ -13,7 +13,7 @@ Segment Connections users can add the [consent object](#consent-object) to their For more information about configuring consent categories, see the [Configure Consent Management](/docs/privacy/consent-management/configure-consent-management/#step-1-create-consent-categories-in-the-segment-app) documentation. -If your sources also contain the integrations object, Segment will look at the consent object first, and then take into account the integrations object according to the table in the [Reconcile consent object and integrations object](#reconcile-consent-object-and-integrations-object-conflicts) documentation. +If your sources also contain the integrations object, Segment looks at the consent object first, and then takes into account the integrations object according to the table in the [Reconcile consent object and integrations object](#reconcile-consent-object-and-integrations-object-conflicts) documentation. > info "Unify users must send an additional event to add consent preferences to Profiles" > If you use Unify, see the [Consent in Unify](/docs/privacy/consent-management/consent-in-unify) documentation for more information about the Segment Consent Preference Updated event, which Segment uses with the consent object to add consent preference to Profiles. @@ -41,9 +41,9 @@ Segment requires every event from all of your sources to include the end user co ``` -Events without the consent object will continue to flow to destinations without consent enforcement. +Events without the consent object continue to flow to destinations without consent enforcement. -Events that don't include a context object, a consent object, or that include them but leave them empty, don’t affect [Profile-level consent preferences](/docs/privacy/consent-management/consent-in-unify) and will flow to all destinations. +Events that don't include a context object, a consent object, or that include them but leave them empty, don’t affect [Profile-level consent preferences](/docs/privacy/consent-management/consent-in-unify) and flow to all destinations. ## Reconcile consent conflicts @@ -54,30 +54,30 @@ Segment resolves conflicts between your [consent object and your integration obj You can add both the integrations object and the consent object to your Segment payloads for greater control over how Segment routes data to your downstream destinations. > success "" -> For more information about the Integrations object, please see [Filtering your Segment Data](/docs/guides/filtering-data/#filtering-with-the-integrations-object). +> For more information about the Integrations object, see [Filtering your Segment Data](/docs/guides/filtering-data/#filtering-with-the-integrations-object). -If an event includes both an integrations and consent object, Segment will look at the consent object first, and then take into account the integrations object according to the following table: +If an event includes both an integrations and consent object, Segment looks at the consent object first, and then takes into account the integrations object according to the following table: | Consent Object | Integration Object | Result | | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ------ | | Not provided or empty consent object

`"context": {`
`}`
OR
`"context": {`
` "consent": {`
` }`
`}` | Not provided or empty object | Data flows to all destinations. | -| Empty categoryPreferences object

`"context": {`
` "consent": {`
` "categoryPreferences": {`
` }`
` }`
`}`| Not provided or empty object | Data does **NOT** flow to any mapped destinations - consent is considered to be `false` for all categories.

Data flows to all destinations **NOT** mapped to a consent category. | +| Empty categoryPreferences object

`"context": {`
` "consent": {`
` "categoryPreferences": {`
` }`
` }`
`}`| Not provided or empty object | Data doesn't flow to any mapped destinations - consent is considered to be `false` for all categories.

Data flows to all destinations not mapped to a consent category. | | Not provided

`"context": {`
`}` | `{facebook: true,`
`amplitude: false}` | Data flows to the destinations that are `true` in the integrations object (Facebook). Any metadata provided in the integrations object also flows to your downstream destinations. | -| Empty consent object

`"context": {`
` "consent": {`
` }`
`}`
OR
`"context": {`
` "consent": {`
` "categoryPreferences": {`
` }`
` }`
`}`| `{facebook: true,`
`amplitude: false}` | Data does **NOT** flow to any mapped destinations - consent is considered to be `false` for all categories.

Data flows to all destinations **NOT** mapped to a consent category, destinations set to `true` in the integrations object, and destinations not included in the integrations object. | +| Empty consent object

`"context": {`
` "consent": {`
` }`
`}`
OR
`"context": {`
` "consent": {`
` "categoryPreferences": {`
` }`
` }`
`}`| `{facebook: true,`
`amplitude: false}` | Data doesn't flow to any mapped destinations - consent is considered to be `false` for all categories.

Data flows to all destinations not mapped to a consent category, destinations set to `true` in the integrations object, and destinations not included in the integrations object. | | `{ad: true,`
`analytics: false}`

_Segment has no category-to-destination mapping for ad and analytics_ | Provided, not provided, or empty object | Data flows to all destinations, as all destinations are unmapped. If the integrations object is present, data flow may be impacted. | | `{ad: true,`
`analytics: false}`

_ad = facebook, google-ads_
| Not provided or empty object | Data flows to destinations that map to a consented purpose. In this case, data flows to all ad destinations (Facebook and Google Ads).

No data flows to analytics destinations. | -| `{ad: true,`
`analytics: false}`

_ad = facebook, google-ads_
_analytics = amplitude_ | `{facebook: true,`
`amplitude: false}` | Data flows to all ad destinations, even though Google Ads is not present in the integrations object.

Data does **NOT** flow to analytics destinations. | -| `{ad: true,`
`analytics: false}`

_ad = facebook, google-ads_
_analytics = amplitude_ | `{facebook: false,`
`amplitude: false}` | Data only flows to Google Ads and not to Facebook, which is `false` in the integrations object.

Data does **NOT** flow to analytics destinations. | -| `{ad: true,`
`analytics: false}`

_ad = facebook, google-ads_
_analytics = facebook, amplitude_ | `{facebook: true,`
`amplitude: false}` | When destinations are mapped to multiple categories, data only flows if consent is `true` for all categories. In this case, data only flows to Google Ads and not to Facebook.

Data does **NOT** flow to analytics destinations. | +| `{ad: true,`
`analytics: false}`

_ad = facebook, google-ads_
_analytics = amplitude_ | `{facebook: true,`
`amplitude: false}` | Data flows to all ad destinations, even though Google Ads is not present in the integrations object.

Data doesn't flow to analytics destinations. | +| `{ad: true,`
`analytics: false}`

_ad = facebook, google-ads_
_analytics = amplitude_ | `{facebook: false,`
`amplitude: false}` | Data only flows to Google Ads and not to Facebook, which is `false` in the integrations object.

Data doesn't flow to analytics destinations. | +| `{ad: true,`
`analytics: false}`

_ad = facebook, google-ads_
_analytics = facebook, amplitude_ | `{facebook: true,`
`amplitude: false}` | When destinations are mapped to multiple categories, data only flows if consent is `true` for all categories. In this case, data only flows to Google Ads and not to Facebook.

Data doesn't flow to analytics destinations. | | `{ad: true,`
`analytics: true}`

_ad = facebook, google-ads_
_analytics = facebook, amplitude_ | `{facebook: true,`
`amplitude: false}` | When destinations are mapped to multiple categories, data only flows if consent is `true` for all categories. In this case, data flows to Google Ads and Facebook. No data flows to Amplitude because it is `false` in the integrations object. | -| `{ad: false,`
`analytics: true}`

_ad = facebook, google-ads_
_analytics = facebook, amplitude_ | `{facebook: true,`
`amplitude: false}` | When destinations are mapped to multiple categories, data only flows if consent is `true` for all categories.

In this example, data does **NOT** flow to any destination because of the interaction between the integrations and consent objects. | +| `{ad: false,`
`analytics: true}`

_ad = facebook, google-ads_
_analytics = facebook, amplitude_ | `{facebook: true,`
`amplitude: false}` | When destinations are mapped to multiple categories, data only flows if consent is `true` for all categories.

In this example, data doesn't flow to any destination because of the interaction between the integrations and consent objects. | ### Reconcile CMP and Segment consent category conflicts -If you have a category configured in your consent management tool (for example, `advertising`) and there is no category with the same ID in Segment, the data will flow to unmapped destinations. If destinations are mapped to a different category in the Segment app, data flow will honor end user consent for that category. +If you have a category configured in your consent management tool (for example, `advertising`) and there is no category with the same ID in Segment, the data flows to unmapped destinations. If destinations are mapped to a different category in the Segment app, data flow honors end user consent for that category. -If there is a category configured in Segment (`functional`) that is not mapped in your CMP, data will not flow to destinations mapped to the `functional` category. +If there is a category configured in Segment (`functional`) that is not mapped in your CMP, data won't flow to destinations mapped to the `functional` category. ## Consent observability -Events discarded due to consent preferences appear in [Delivery Overview](/docs/connections/delivery-overview/) at the "Filtered at destination" step with the discard reason *Filtered by end user consent*. +Events discarded due to consent preferences appear in [Delivery Overview](/docs/connections/delivery-overview/) at the **Filtered at destination** step with the discard reason *Filtered by end user consent*.