Skip to content

Commit b29c8a0

Browse files
authored
Update index.html
Updating google tag to unique reference for pilot
1 parent c61c88e commit b29c8a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<link rel="icon" href="/images/favicon.svg" type="image/svg+xml" />
1818

1919
<meta name="theme-color" content="#511d91" />
20-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QCGT3X072N"></script>
20+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-68P8WZPFSH"></script>
2121
<script>
2222
window.dataLayer = window.dataLayer || [];
2323
function gtag(){dataLayer.push(arguments);}
2424
gtag('js', new Date());
2525

26-
gtag('config', 'G-QCGT3X072N', {
26+
gtag('config', 'G-68P8WZPFSH', {
2727
'client_storage': 'none', // Prevents setting cookies
2828
'anonymize_ip': true // Hides IP addresses for privacy
2929
});

0 commit comments

Comments
 (0)