Integrate with Microsoft Consent Mode (UET)
Microsoft Consent Mode allows your Microsoft UET (Universal Event Tracking) tags to respect visitor consent choices. This integration works alongside your existing UET setup.
Prerequisite: You must have a Microsoft UET Tag already set up on your store before enabling this integration.
Upload Integration Script
- Go to Shopify Admin > Online Store > Themes > Actions > Edit Code.
- In the Assets folder, click Add a new asset.
- Upload the file
avada-cookiebar-mcm-integration-v1.js. - Open your
theme.liquidfile. - Add the following script tag after your UET Tag script:
<script src="{{ 'avada-cookiebar-mcm-integration-v1.js' | asset_url }}" defer></script>
Turn On Microsoft Consent Mode
In the Avada Cookie Consent app, navigate to Integrations > Microsoft Consent Mode and click Turn on to enable the integration.
Once enabled, Microsoft Consent Mode will adjust UET tag behavior based on the visitor's consent status, ensuring compliance while still collecting aggregated data where permitted.