Overview
By default, Transcend enables all available consent integrations except for Google Ads NPA and Google Ads RDP. If you wish to explicitly enable or disable some or all of these integrations, you can do so using the data-tracker-overrides script attribute on your airgap.js script tag.
Disabling All Consent Integrations
To disable all consent integrations and rely only on the regulation of network requests and cookies, set the data-tracker-overrides attribute to "off":
<script data-tracker-overrides="off" src="https://transcend-cdn.com/cm/BUNDLE_ID/airgap.js">
To enable only specific integrations, you can pass a list of space-separated integration names. Each integration may optionally accept named parameters that are separated by semicolons (;). For each parameter, specify a key and a value separated by an equals sign (=).
Enable Google Consent Mode and Facebook LDU:
<script data-tracker-overrides="GoogleConsentMode FacebookLDU" src="https://transcend-cdn.com/cm/BUNDLE_ID/airgap.js">
Enable Google Consent Mode with custom purpose mapping and Facebook LDU:
<script data-tracker-overrides="GoogleConsentMode:ad_user_data=SaleOfInfo;ad_personalization=SaleOfInfo FacebookLDU" src="https://transcend-cdn.com/cm/BUNDLE_ID/airgap.js">
List of All Supported Consent Integrations
Integration Name | Config Name | Additional Parameters |
Google Consent Mode |
| You can modify our default mapping to change how GCM purposes maps to Transcend purposes, e.g., |
Google Ads NPA* |
| None |
Google Ads RDP* |
| Google Ads RDP can be selectively applied to specific tags with e.g., |
Microsoft UET Consent Mode |
| You can modify our default mapping to change how the Microsoft UET Consent Mode |
Microsoft Universal Pixel Consent Mode |
| You can modify our default mapping to change how the Microsoft Universal Pixel Consent Mode |
Facebook LDU |
| You can force all requests to |
TikTok LDU |
| You can force all requests to |
YouTube Privacy-Enhanced Mode |
| You can modify which purpose(s) trigger YouTube Privacy-Enhanced Mode with |
Vimeo Do Not Track mode |
| None |
Wistia Do Not Track mode |
| None |
