We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7979d commit 594b4d6Copy full SHA for 594b4d6
1 file changed
src/server/views/index.pug
@@ -102,10 +102,12 @@ html
102
- else
103
script(src=jsUrl, type='module')
104
script(async=true, src='https://www.googletagmanager.com/gtag/js?id=G-NT5W8GL31W')
105
+
106
script.
107
window.dataLayer = window.dataLayer || [];
108
function gtag(){dataLayer.push(arguments);}
109
gtag('js', new Date());
110
111
gtag('config', 'G-NT5W8GL31W');
112
113
+ script(async=true, src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3871790631789822' crossorigin='anonymous')
0 commit comments