Skip to content

Commit 6543240

Browse files
committed
update table, finish sentence, consolidate sentences [netlify-build]
1 parent 1b0fad6 commit 6543240

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/privacy/consent-management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ If an event includes both an integrations and consent object, Segment will look
109109
| Consent Object | Integration Object | Result |
110110
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ------ |
111111
| Not provided or empty object | Not provided or empty object | Message delivered to all destinations |
112-
| `context {consent{}}` <br> OR <br> `context {consent {categoryPreference{}}}` | Not provided or empty object | Data **NOT** delivered - consent is considered to be `false` for all categories |
113-
| Not provided or empty object <br><br> `context{}` | `{facebook: true,`<br>`amplitude: false}` | Message and metadata delivered to Facebook |
114-
| Empty consent object <br>`context {consent{}}` <br> OR <br> `context {``consent {``categoryPreference{}``}}` | `{facebook: true,`<br>`amplitude: false}` | Data **NOT** delivered - consent is considered to be `false` for all categories |
112+
| Empty consent object <br><br> `"context": {`<br>` "consent:" {`<br>` }`<br>`}` <br> OR <br> `"context": {`<br>` "consent:" {`<br>` "categoryPreference:" {` <br>` }`<br>` }` <br> `}`| Not provided or empty object | Data **NOT** delivered - consent is considered to be `false` for all categories |
113+
| Not provided or empty object <br><br> `"context": {` <br>`}` | `{facebook: true,`<br>`amplitude: false}` | Message and metadata delivered to Facebook |
114+
| Empty consent object <br><br> `"context": {`<br>` "consent:" {`<br>` }`<br>`}` <br> OR <br> `"context": {`<br>` "consent:" {`<br>` "categoryPreference:" {` <br>` }`<br>` }` <br> `}`| `{facebook: true,`<br>`amplitude: false}` | Data **NOT** delivered - consent is considered to be `false` for all categories |
115115
| `{ad: true,` <br>`analytics: false}`<br> <br>_Segment has no category-to-destination mapping for ad and analytics_ | Provided, not provided, or empty object | Data **NOT** delivered |
116116
| `{ad: true,` <br>`analytics: false}`<br> <br>_ad = facebook, google ads_ <br> | Not provided or empty object | Data delivered to destinations that map to consented purpose. In this case, data is delivered to all ad destinations (Facebook and Google Ads).<br><br> No data delivered to analytics destinations |
117117
| `{ad: true,` <br>`analytics: false}`<br><br>_ad = facebook, google ads_ <br> _analytics = amplitude_ | `{facebook: true,`<br>`amplitude: false}` | Data delivered to all ad destinations even though Google Ads is not present in the integrations object.<br> Metadata is sent from Facebook. <br><br> Data **NOT** delivered to analytics destinations. |
@@ -121,7 +121,7 @@ If an event includes both an integrations and consent object, Segment will look
121121

122122
### Reconcile CMP and Segment consent category conflicts
123123

124-
If you have a category configured in your consent management tool (for example, `advertising`) and there is no category of the same name in the Segment app, data will flow to unmapped destinations. If destinations are mapped to a different category in the Segment app, data will flow to those destinations.
124+
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.
125125

126126
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.
127127

src/privacy/reconcile-consent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Segment sends data only to destinations in categories consented to by the end us
1010
1111
## Reconcile consent category trait conflicts
1212

13-
Segment detects when there are conflicting consent categories for a user and
13+
Segment detects when there are conflicting consent categories for a user and reconciles them according to the following table:
1414

1515
<!--- ask Emma about table/edge cases --->
1616

0 commit comments

Comments
 (0)