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 a057589 commit 100eb71Copy full SHA for 100eb71
examples/src/index.ejs
@@ -27,5 +27,14 @@
27
<div id="app"></div>
28
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/prism.min.js"></script>
29
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-json.min.js"></script>
30
+ <!-- Global site tag (gtag.js) - Google Analytics -->
31
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-53857863-6"></script>
32
+ <script>
33
+ window.dataLayer = window.dataLayer || [];
34
+ function gtag(){dataLayer.push(arguments);}
35
+ gtag('js', new Date());
36
+
37
+ gtag('config', 'UA-53857863-6');
38
+ </script>
39
</body>
40
</html>
0 commit comments