From 841273184af2f1ae1c54325f3e5dbf366721d319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Fri, 1 Sep 2023 11:26:35 -0300 Subject: [PATCH] Update analytics.yml.example --- config/analytics.yml.example | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/config/analytics.yml.example b/config/analytics.yml.example index ac8ec39..9a9240a 100644 --- a/config/analytics.yml.example +++ b/config/analytics.yml.example @@ -1,22 +1,22 @@ analytics_services: enableDev: true analytics: - id: 'G-XXXXX' - disable: false - config: - cookie_domain: auto - cookie_expires: 63072000 - cookie_prefix: 'none' - cookie_update: true - cookie_flags: '' - send_page_view: true - allow_google_signals: true - allow_ad_personalization_signals: true + - id: 'G-XXXXX' + disable: false + config: + cookie_domain: auto + cookie_expires: 63072000 + cookie_prefix: 'none' + cookie_update: true + cookie_flags: '' + send_page_view: true + allow_google_signals: true + allow_ad_personalization_signals: false - consentDefaults: - analytics_storage: 'granted' - ad_storage: 'denied' - wait_for_update: 500 + consentDefaults: + analytics_storage: 'granted' + ad_storage: 'denied' + wait_for_update: 500 - persistentValues: - currency: 'USD' + persistentValues: + currency: 'USD'