Skip to content

Commit e0e5c23

Browse files
committed
fixing code snippets [netlify-build]
1 parent 2f9a1ab commit e0e5c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/privacy/consent-management.md

Lines changed: 2 additions & 2 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-
| 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 |
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 |
113113
| 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 |
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. |

0 commit comments

Comments
 (0)