Enable and configure Google Analytics
This commit is contained in:
parent
0354dcecf9
commit
bbf57480e5
3 changed files with 88 additions and 0 deletions
|
@ -0,0 +1,50 @@
|
|||
uuid: 1aa3be9d-ce6c-4f93-ae93-d23da4381b8a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- google_analytics
|
||||
id: config_sync.module.google_analytics
|
||||
snapshotSet: config_sync
|
||||
extensionType: module
|
||||
extensionName: google_analytics
|
||||
items:
|
||||
-
|
||||
collection: ''
|
||||
name: google_analytics.settings
|
||||
data:
|
||||
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: false
|
||||
privacy:
|
||||
anonymizeip: true
|
||||
custom:
|
||||
dimension: { }
|
||||
metric: { }
|
||||
codesnippet:
|
||||
create: { }
|
||||
before: ''
|
||||
after: ''
|
||||
translation_set: false
|
||||
cache: false
|
||||
debug: false
|
|
@ -72,6 +72,7 @@ module:
|
|||
file: 0
|
||||
filter: 0
|
||||
gnode: 0
|
||||
google_analytics: 0
|
||||
group: 0
|
||||
hal: 0
|
||||
help: 0
|
||||
|
|
37
config/sync/google_analytics.settings.yml
Normal file
37
config/sync/google_analytics.settings.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
account: UA-64247200-1
|
||||
premium: false
|
||||
domain_mode: 0
|
||||
cross_domains: ''
|
||||
visibility:
|
||||
request_path_mode: 0
|
||||
request_path_pages: "/admin\r\n/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/*\r\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: false
|
||||
privacy:
|
||||
anonymizeip: true
|
||||
custom:
|
||||
dimension: { }
|
||||
metric: { }
|
||||
codesnippet:
|
||||
create: { }
|
||||
before: ''
|
||||
after: ''
|
||||
translation_set: false
|
||||
cache: false
|
||||
debug: false
|
||||
_core:
|
||||
default_config_hash: SMk3vOyh4KT6rXnqkDcNQ51YGpJzRV5hyig5SSIfU6U
|
Loading…
Reference in a new issue