Skip to content

Commit 0d6b739

Browse files
committed
consolidating first two rows into one row
1 parent eacc1b2 commit 0d6b739

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/privacy/consent-management.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ If an event includes both an integrations and consent object, Segment will look
108108

109109
| Consent Object | Integration Object | Result |
110110
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ------ |
111-
| 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>`}`| Not provided or empty object | Data flows to any mapped destinations - consent is considered to be `true` for all categories.|
111+
| Not provided or empty consent object <br><br> `"context": {` <br>`}` <br>OR<br> `"context": {`<br>` "consent": {`<br>` }`<br>`}` | Not provided or empty object | Data flows to all destinations. |
113112
| 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. |
114113
| 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. |
115114
| 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. |

0 commit comments

Comments
 (0)