Skip to content

Commit

Permalink
feat: add google tags
Browse files Browse the repository at this point in the history
  • Loading branch information
danielangelo1 committed Oct 19, 2024
1 parent 95ae138 commit c3dd366
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,29 @@
name="keywords"
content="lastfm, last.fm, collage, semaninha, colagem, gerador, generator, music, musica, album, artista, artist, collage"
/>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3536268514682786"
crossorigin="anonymous"
></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-ZH43560L1L"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-ZH43560L1L");
</script>
</head>
<body>
<div id="root"></div>
<script defer src="/_vercel/insights/script.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

0 comments on commit c3dd366

Please sign in to comment.