// Initialize the data layer for Google Tag Manager (this should mandatorily be done before the Cookie Solution is loaded)
window.dataLayer = window.dataLayer || [];
dataLayer.push(arguments);
// Default consent mode is "denied" for both ads and analytics, but delay for 5 seconds until the Cookie Solution is loaded
gtag("consent", "default", {
analytics_storage: "denied",
wait_for_update: 5000 // milliseconds
// Improve ad click measurement quality (optional)
gtag("set", "url_passthrough", true);
// Further redact your ads data (optional)
gtag("set", "ads_data_redaction", true);