You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
| 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|
113
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|
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|
115
115
|`{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|
116
116
|`{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|
117
117
|`{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.|