From 9a017c694019144be2f5e88c17234170590378d2 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:21:28 -0700 Subject: [PATCH 1/3] docs: use dummy web property ID --- docs/sveltekit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sveltekit.md b/docs/sveltekit.md index 3854892f..c2e23140 100644 --- a/docs/sveltekit.md +++ b/docs/sveltekit.md @@ -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'); ``` From 132a165e6259ffba45ea6481f1f838e0ad5a6602 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:27:28 -0700 Subject: [PATCH 2/3] docs: use dummy web property ID one more location --- docs/sveltekit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sveltekit.md b/docs/sveltekit.md index c2e23140..7bfca581 100644 --- a/docs/sveltekit.md +++ b/docs/sveltekit.md @@ -75,7 +75,7 @@ Putting it together with the previous changes, our `+layout.svelte` looks like: {@html ''} - + '} - + ```