We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7bfa4 commit f419c0eCopy full SHA for f419c0e
gtm.js
@@ -0,0 +1,13 @@
1
+(function(){
2
+ window.dataLayer = window.dataLayer || [];
3
+
4
+ function gtag(){dataLayer.push(arguments);}
5
6
+ gtag('consent', 'default', {
7
+ 'ad_storage': 'denied',
8
+ 'ad_user_data': 'denied',
9
+ 'ad_personalization': 'denied',
10
+ 'analytics_storage': 'denied'
11
+ });
12
13
+})();
0 commit comments