Skip to content

Commit

Permalink
docs: use dummy web property ID
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Sep 4, 2024
1 parent b292a14 commit 9a017c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Putting it together with the previous changes, our `+layout.svelte` looks like:
window.dataLayer = window.dataLayer || [];
window.gtag = function(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZX7H2KPXNZ');
gtag('config', 'G-XXXXXXXXXX');
</script>
</svelte:head>
```
Expand Down

0 comments on commit 9a017c6

Please sign in to comment.