From 3db01bf3bbb1cc60b63cfffb5446a3581662a80d Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 17 Aug 2022 11:32:44 -0400 Subject: [PATCH] Document fake ID Signed-off-by: Patrice Chalin --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5f57ed3248..2a2d41bdd4 100644 --- a/config.toml +++ b/config.toml @@ -117,7 +117,7 @@ anchor = "smart" [services] [services.googleAnalytics] -# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. +# Fake ID in support of [params.ui.feedback]. The real GA ID is set in the Netlify config. id = "UA-00000000-0" [params]