We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da168e2 commit 7904300Copy full SHA for 7904300
1 file changed
examples/index.html
@@ -156,6 +156,16 @@ <h2>Contacts list example</h2>
156
}
157
158
</style>
159
+
160
+ <!-- Global site tag (gtag.js) - Google Analytics -->
161
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-122030606-1"></script>
162
+ <script>
163
+ window.dataLayer = window.dataLayer || [];
164
+ function gtag() { dataLayer.push(arguments); }
165
+ gtag('js', new Date());
166
167
+ gtag('config', 'UA-122030606-1');
168
+ </script>
169
</body>
170
171
</html>
0 commit comments