Skip to content

Commit

Permalink
Added script for Google Ads
Browse files Browse the repository at this point in the history
  • Loading branch information
Luenalor authored Aug 1, 2023
1 parent 7e005b3 commit 0458abd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<title>BUSTOUR</title>

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

gtag('config', 'AW-448287694');
</script>

</head>

<body>
Expand Down

0 comments on commit 0458abd

Please sign in to comment.