update readme
This commit is contained in:
parent
1fab5ff540
commit
4e1e52c4a4
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= ga_property_id %>"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= ga_property_id %>"></script>
|
||||||
<script>
|
<script>
|
||||||
// Temporarily disable the tracking for testing (set to false to enable Analytics)
|
// Temporarily disable the tracking for testing (set to false to enable Analytics)
|
||||||
window['ga-disable-<%= ga_property_id %>'] = false;
|
window['ga-disable-<%= ga_property_id %>'] = true;
|
||||||
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue