Skip to content

Commit

Permalink
Merge pull request #6 from pastorsj/feature/google-analytics
Browse files Browse the repository at this point in the history
Added google analytics
  • Loading branch information
pastorsj authored Nov 19, 2017
2 parents 5aa740b + e7a4938 commit 43fdd06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
9 changes: 9 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
<meta name="msapplication-config" content="./assets/img/browserconfig.xml" />
<meta name="theme-color" content="#ffffff">

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109818478-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-109818478-1');
</script>
</head>
<body class="profile-page">
<app></app>
Expand Down

0 comments on commit 43fdd06

Please sign in to comment.