Skip to content

Commit 8981b12

Browse files
[Bing Ads] Add consent mode instructions
1 parent e69c835 commit 8981b12

File tree

1 file changed

+12
-0
lines changed
  • src/connections/destinations/catalog/bing-ads

1 file changed

+12
-0
lines changed

src/connections/destinations/catalog/bing-ads/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,18 @@ analytics.track('Order Completed', {
9898
| Category | `category` property |
9999
| Action | Always set to `track` |
100100

101+
## Implementing consent mode
102+
103+
Starting May 5, 2025, Microsoft is enforcing consent mode for clients with end users in European Economic Area (EEA), the United Kingdom, and Switzerland. To learn more about setting consent mode and FAQ, refer Microsoft docs [here](https://help.ads.microsoft.com/?FromAdsEmail=1#apex/ads/en/60341/1). Microsoft currently is enforcing only the `ad_storage` consent signal [docs](https://help.ads.microsoft.com/?FromAdsEmail=1#apex/ads/en/60341/1/#exp46).
104+
105+
To send these consent signals via Microsoft Bing Ads destination:
106+
107+
1. Navigate to **Settings** page of the destination.
108+
2. Turn on the `Enable Consent` mode setting. If not turned on, Microsoft Bing Ads destination won't send consent signal.
109+
3. Select `ALLOWED` or `DENIED` as the `Default Ads Storage Consent State`. This will be the default consent signal state when the page loads. You can then toggle consent state by passing consent signals via track event.
110+
4. If you are a Segment [Consent Management](https://segment.com/docs/privacy/consent-management/) user, specify the consent category to lookup `ad_storage` consent state using the `Ad Storage Consent Category` setting.
111+
5. If you are not a Segment consent management user, specify the properties field through which you want toggle consent setting with in `Ad Storage Consent Property Mapping` setting. For example, if you wish to toggle `ad_storage` consent state based `properties.ad_storage`, set the value to `ad_storage` and make sure you are `properties.ad_storage` in your track event is set to `granted` or `denied`.
112+
101113

102114
## Troubleshooting
103115

0 commit comments

Comments
 (0)