Skip to content

Commit e13ac21

Browse files
committed
add gtag
1 parent cf44654 commit e13ac21

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@
5555
<link rel="stylesheet" href="css/main.css">
5656

5757
<script>console.log("\nPython Nordeste 2022\n\nPessoas > Tecnologia\n✊🏿✊🏾✊🏽✊✊🏼✊🏻 🏳️‍🌈🏳️‍⚧️♿\n ")</script>
58+
59+
<!-- Global site tag (gtag.js) - Google Analytics -->
60+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L0X42JQJ9N"></script>
61+
<script>
62+
window.dataLayer = window.dataLayer || [];
63+
function gtag(){dataLayer.push(arguments);}
64+
gtag('js', new Date());
65+
gtag('config', 'G-L0X42JQJ9N');
66+
</script>
5867
</head>
5968
<body>
6069
<main>

0 commit comments

Comments
 (0)