Skip to content

Commit

Permalink
update google analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Jul 8, 2021
1 parent 6594f9b commit 5be78a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added WebSite/src/web/public/brand/logo-raster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions WebSite/src/web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<title>Prompto</title>

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

gtag('config', 'G-56R8QWHHRN');
gtag('config', 'G-YXH8DKC977');
</script>

</head>
Expand Down

0 comments on commit 5be78a8

Please sign in to comment.