feat: adicionar gtag
This commit is contained in:
parent
90cd5d7998
commit
176724af69
@ -176,13 +176,13 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-64FCDJGT44"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C624P4QQQ5"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
|
||||||
gtag('config', 'G-64FCDJGT44');
|
gtag('config', 'G-C624P4QQQ5');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@*
|
@*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user