🆒 Your use case
Bing UET supports advanced consent mode (similar to Google Analytics) where default consent can be set before the script is loaded. If consent is denied, it will only send anonymous data. Documentation can be found here: https://help.ads.microsoft.com/?FromAdsEmail=1#apex/ads/en/60119/1-500
🆕 The solution you'd like
The Google Analytics script has a onBeforeGtagStart option where default consent can be set. Perhaps something similar can be implemented for Bing UET.
Additionally, the type for uetq.push(...) does not support the syntax for setting consent as it only has 1 argument, while the consent event requires 3.
script.proxy.uetq.push('consent','default',{ad_storage: 'denied',})🔍 Alternatives you've considered
Alternative solution would be to use useScript and implement it manually.
ℹ️ Additional info
No response
🆒 Your use case
Bing UET supports advanced consent mode (similar to Google Analytics) where default consent can be set before the script is loaded. If consent is denied, it will only send anonymous data. Documentation can be found here: https://help.ads.microsoft.com/?FromAdsEmail=1#apex/ads/en/60119/1-500
🆕 The solution you'd like
The Google Analytics script has a
onBeforeGtagStartoption where default consent can be set. Perhaps something similar can be implemented for Bing UET.Additionally, the type for
uetq.push(...)does not support the syntax for setting consent as it only has 1 argument, while the consent event requires 3.🔍 Alternatives you've considered
Alternative solution would be to use
useScriptand implement it manually.ℹ️ Additional info
No response