Skip to content

Commit eacc1b2

Browse files
committed
make requested docs updates
1 parent 2a0e8b4 commit eacc1b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/privacy/consent-management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ If an event includes both an integrations and consent object, Segment will look
109109
| Consent Object | Integration Object | Result |
110110
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ------ |
111111
| Not provided <br><br> `"context": {` <br>`}` | Not provided or empty object | Data flows to all destinations |
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 does **NOT** flow to any mapped destinations - consent is considered to be `false` for all categories. <br> <br> Data flows to all destinations **NOT** mapped to a consent category. |
112+
| Empty consent object <br><br> `"context": {`<br>` "consent": {`<br>` }`<br>`}`| Not provided or empty object | Data flows to any mapped destinations - consent is considered to be `true` for all categories.|
113+
| Empty categoryPreference object <br><br> `"context": {`<br>` "consent": {`<br>` "categoryPreference": {` <br>` }`<br>` }` <br> `}`| Not provided or empty object | Data does **NOT** flow to any mapped destinations - consent is considered to be `false` for all categories. <br> <br> Data flows to all destinations **NOT** mapped to a consent category. |
113114
| Not provided <br><br> `"context": {` <br>`}` | `{facebook: true,`<br>`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. |
114115
| 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 does **NOT** flow to any mapped destinations - consent is considered to be `false` for all categories. <br><br> 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. |
115116
| `{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 flows to all destinations, as all destinations are unmapped. If the integrations object is present, data flow may be impacted. |

0 commit comments

Comments
 (0)