Enable Google Analytics module and commit initial configuration

This commit is contained in:
benjamin melançon 2019-10-08 10:57:24 -04:00
parent af318d5ffc
commit 3f5ea0428b
3 changed files with 39 additions and 0 deletions

View file

@ -67,6 +67,7 @@ module:
gdpr: 0 gdpr: 0
geo_citation: 0 geo_citation: 0
geo_upgrade: 0 geo_upgrade: 0
google_analytics: 0
hal: 0 hal: 0
help: 0 help: 0
history: 0 history: 0

View file

@ -0,0 +1,37 @@
account: ''
premium: false
domain_mode: 0
cross_domains: ''
visibility:
request_path_mode: 0
request_path_pages: "/admin\n/admin/*\n/batch\n/node/add*\n/node/*/*\n/user/*/*"
user_role_mode: 0
user_role_roles: { }
user_account_mode: 0
track:
outbound: true
mailto: true
files: true
files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip'
colorbox: true
linkid: false
urlfragments: false
userid: false
messages: { }
site_search: false
adsense: false
displayfeatures: true
privacy:
anonymizeip: true
custom:
dimension: { }
metric: { }
codesnippet:
create: { }
before: ''
after: ''
translation_set: false
cache: false
debug: false
_core:
default_config_hash: Vx5EGxHruJuiMSwDv8Mg3PBf9RaPo8o2MCj8_QeTUhg

View file

@ -26,6 +26,7 @@ permissions:
- 'diff view changes' - 'diff view changes'
- 'edit own forum content' - 'edit own forum content'
- 'edit own weblinks' - 'edit own weblinks'
- 'opt-in or out of google analytics tracking'
- 'post comments' - 'post comments'
- 'search content' - 'search content'
- 'skip comment approval' - 'skip comment approval'