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 eccff08 commit a3a175cCopy full SHA for a3a175c
demo/index.html
@@ -16,6 +16,14 @@
16
//# sourceURL=obs.inline.js
17
</script>
18
19
+ <script src="https://www.googletagmanager.com/gtag/js?id=G-DNCL1RY4GT" async crossorigin></script>
20
+ <script>
21
+ window.dataLayer = window.dataLayer || [];
22
+ function gtag(){dataLayer.push(arguments);}
23
+ gtag('js', new Date());
24
+ gtag('config', 'G-DNCL1RY4GT');
25
+ </script>
26
+
27
28
29
0 commit comments