mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Config - Revert analytics.js
This commit is contained in:
parent
b254a67df2
commit
af9604a8fe
1 changed files with 6 additions and 9 deletions
|
@ -1,13 +1,10 @@
|
||||||
/* jshint ignore:start */
|
/* jshint ignore:start */
|
||||||
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118991016-3"></script>
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
<script>
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
window.dataLayer = window.dataLayer || [];
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
function gtag(){dataLayer.push(arguments);}
|
ga('create', 'UA-118991016-3', 'auto');
|
||||||
gtag('js', new Date());
|
ga('send', 'pageview');
|
||||||
|
|
||||||
gtag('config', 'UA-118991016-3');
|
|
||||||
</script>
|
|
||||||
|
|
||||||
/* jshint ignore:end */
|
/* jshint ignore:end */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue