//Instantiate the google tag manager datalayer. window.dataLayer = window.dataLayer || []; //Define the gtag function. function gtag(){dataLayer.push(arguments);} //Set tag defaults //defaults for opt-in onetrust consent locations gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_personalization': 'denied', 'ad_user_data': 'denied', 'region': ['BE','ES','HU', 'SK','BG','FR','MT','FI','CZ','HR','NL','SE','DK','IT','AT','DE','CY','PL','IS','EE','LV','PT','LI','IE','LT','RO','NO','EL','LU','SI', 'GB','SG'], 'wait_for_update': 5000 }); //defaults for opt-out onetrust consent locations gtag('consent', 'default', { 'ad_storage': 'granted', 'ad_personalization': 'granted', 'ad_user_data': 'granted', 'wait_for_update': 5000 }); //Initialize gtag.js with the current timestamp for accurate event sequencing gtag('js', new Date()); //Configure Google Ads to limit data usage for privacy compliance (e.g., CCPA/GDPR) gtag('config', 'AW-1001084592',{ 'restricted_data_processing': true }); //Enable custom scripts within Floodlight tags for advanced tracking and data collection gtag('config', 'DC-10443471',{'allow_custom_scripts': true });