just the tag manager again now.
This commit is contained in:
parent
3dc8b82662
commit
2d191d9839
|
@ -58,6 +58,7 @@
|
|||
your code which gets executed after the script has loaded */
|
||||
|
||||
//REPLACE WITH YOUR GA TAG!
|
||||
/*
|
||||
loadScriptAsync('https://www.googletagmanager.com/gtag/js?id=G-3Z83G8WLEK', function () {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() { dataLayer.push(arguments); }
|
||||
|
@ -65,7 +66,7 @@
|
|||
//REPLACE WITH YOUR GA TAG!
|
||||
gtag('config', 'G-3Z83G8WLEK', { 'anonymize_ip': true, cookie_flags: 'secure;samesite=none' });
|
||||
});
|
||||
|
||||
*/
|
||||
<!-- Google Tag Manager -->
|
||||
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
|
|
Loading…
Reference in New Issue