From bbf57480e50deded1250b671563a9bc464692b0a Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Wed, 26 Dec 2018 16:56:06 -0700 Subject: [PATCH] Enable and configure Google Analytics --- ...ot.config_sync.module.google_analytics.yml | 50 +++++++++++++++++++ config/sync/core.extension.yml | 1 + config/sync/google_analytics.settings.yml | 37 ++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.google_analytics.yml create mode 100644 config/sync/google_analytics.settings.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.google_analytics.yml b/config/sync/config_snapshot.snapshot.config_sync.module.google_analytics.yml new file mode 100644 index 0000000..9efbbf5 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.google_analytics.yml @@ -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 diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 6fed300..fee9c79 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -72,6 +72,7 @@ module: file: 0 filter: 0 gnode: 0 + google_analytics: 0 group: 0 hal: 0 help: 0 diff --git a/config/sync/google_analytics.settings.yml b/config/sync/google_analytics.settings.yml new file mode 100644 index 0000000..ee2c919 --- /dev/null +++ b/config/sync/google_analytics.settings.yml @@ -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