Skip to content

Commit 0ab99c8

Browse files
author
Sachin Maheshwari
committed
adding google analytic code
1 parent 8978f21 commit 0ab99c8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

web-assets/auth0/dev-tenant/universal-login.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,18 @@
420420
}
421421
}();
422422
</script>
423+
<!-- Global site tag (gtag.js) - Google Analytics -->
424+
<script>
425+
(function (i, s, o, g, r, a, m) {
426+
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
427+
(i[r].q = i[r].q || []).push(arguments)
428+
}, i[r].l = 1 * new Date(); a = s.createElement(o),
429+
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
430+
})(window, document, 'script', 'https://www.google-analytics.com/analytics_debug.js', 'ga');
431+
432+
ga('create', 'UA-6340959-1', 'auto');
433+
ga('send', 'pageview');
434+
</script>
423435
</body>
424436

425-
</html>
437+
</html>

0 commit comments

Comments
 (0)