Skip to content

Commit 2708088

Browse files
authored
Added google analytics tracker code
1 parent 9dfce56 commit 2708088

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html><head>
33
<meta name="generator" content="Hugo 0.56.1" />
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109761812-1"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'UA-109761812-1');
12+
</script>
13+
414
<title>
515

616
Gehazi Bispo // Analista e Cientista do Comportamento

0 commit comments

Comments
 (0)