Update Google Analytics tracking to a new property identifier

Replace the existing Google Analytics tracking ID G-NNV14K77K3 with G-6TC49YVDJ7 in the client/index.html file.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 401e2ec0-e00d-4f10-9d0e-60f3d479f9a5
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: e928588f-22d9-4c96-956d-bceca3e89490
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/401e2ec0-e00d-4f10-9d0e-60f3d479f9a5/7NzVbGU
This commit is contained in:
sebastjanartic 2026-01-24 14:26:41 +00:00
parent 31726124f9
commit c18455b29e
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View File

@ -81,12 +81,12 @@
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4465464714854276" crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) - Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NNV14K77K3"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6TC49YVDJ7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NNV14K77K3');
gtag('config', 'G-6TC49YVDJ7');
</script>
<!-- JSON-LD Structured Data for SEO -->