setTimeout(function () { tarteaucitron.services.googleads = { key: "googleads", type: "ads", name: "Google Ads", uri: "https://policies.google.com/privacy", needConsent: true, cookies: ["_gcl_au"], js: function () { console.log("Google Ads activé"); var script = document.createElement("script"); script.async = true; script.src = "https://www.googletagmanager.com/gtag/js?id="; document.head.appendChild(script); script.onload = function () { gtag("js", new Date()); gtag("config", ""); }; }, fallback: function () { console.log("Google Ads refusé"); } }; tarteaucitron.job = tarteaucitron.job || []; tarteaucitron.job.push("googleads"); }, 300);