From 3f5ea0428ba173706aa56279680dfd7f20062aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 8 Oct 2019 10:57:24 -0400 Subject: [PATCH] Enable Google Analytics module and commit initial configuration --- config/sync/core.extension.yml | 1 + config/sync/google_analytics.settings.yml | 37 +++++++++++++++++++++++ config/sync/user.role.authenticated.yml | 1 + 3 files changed, 39 insertions(+) create mode 100644 config/sync/google_analytics.settings.yml diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 41e587c..ce94ab6 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -67,6 +67,7 @@ module: gdpr: 0 geo_citation: 0 geo_upgrade: 0 + google_analytics: 0 hal: 0 help: 0 history: 0 diff --git a/config/sync/google_analytics.settings.yml b/config/sync/google_analytics.settings.yml new file mode 100644 index 0000000..3d646dc --- /dev/null +++ b/config/sync/google_analytics.settings.yml @@ -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 diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index a5780c7..1b56137 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -26,6 +26,7 @@ permissions: - 'diff view changes' - 'edit own forum content' - 'edit own weblinks' + - 'opt-in or out of google analytics tracking' - 'post comments' - 'search content' - 'skip comment approval'