Info
Content

Working with Microsoft Advertising UET Consent Mode

The Microsoft UET Consent Mode is a way to signal consent to Microsoft tracking tools (ÙET / Universal Event Tracking).

Enabling Microsoft UET Consent Mode

In order to enable the UET Consent Mode in your CMP, please navigate to Menu > CMPs > Integrations and enable Microsoft UET Consent Mode:

In order the correct load order, we recommend to also include the default status in your website by adding the following code directly into your website before the first Microsoft Advertising code is fired:

<script>
window.uetq = window.uetq || [];
window.uetq.push('consent', 'default', { 'ad_storage': 'denied' });
</script>

If you are using automatic blocking, in most cases the above code will not be necessary.

Microsof UET Tag Helper

Please note that the Microsoft UET Tag Helper only checks once per page. Depending on the load order, the Tag Helper may display an incorrect signal. If that is the case, you can check the tags directly or implement the default tag displayed above.

Back to top