Skip to content

Commit

Permalink
Update analytics example
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Sep 1, 2023
1 parent b3c4ca0 commit ae57585
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions config/analytics.yml.example
Original file line number Diff line number Diff line change
@@ -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: true

- 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'

0 comments on commit ae57585

Please sign in to comment.