소스 검색

activated google analytics

bach 3 년 전
부모
커밋
f56897d7de

+ 1 - 0
config/sync/config_split.config_split.prod.yml

@@ -7,6 +7,7 @@ label: Prod
 description: ''
 folder: ../config/prod
 module:
+  google_analytics: 0
   mailgun: 0
   matomo: 0
   pwa: 0

+ 1 - 0
config/sync/core.extension.yml

@@ -93,6 +93,7 @@ module:
   gdpr_fields: 0
   gdpr_tasks: 0
   genpass: 0
+  google_analytics: 0
   graphql: 0
   help: 0
   honeypot: 0

+ 42 - 0
config/sync/google_analytics.settings.yml

@@ -0,0 +1,42 @@
+account: UA-6530683-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: 1
+  user_role_roles:
+    admin: admin
+    root: root
+  user_account_mode: 1
+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:
+    status: status
+    warning: warning
+    error: error
+  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: goermvpa21m8H97TedFfQQmZmQz62WjX_SCiT4JhsXg

+ 1 - 0
config/sync/language/fr/views.view.files.yml

@@ -78,6 +78,7 @@ display:
           label: 'Enregistrement du module'
         count:
           label: 'Nombre d''utilisations'
+          format_plural_string: !!binary MQNAY291bnQ=
       title: 'Utilisation du fichier'
       arguments:
         fid:

+ 0 - 2
config/sync/language/fr/webform.settings.yml

@@ -12,5 +12,3 @@ settings:
       title: Large
 element:
   default_more_title: Plus
-mail:
-  default_from_name: '[site:name]'

+ 17 - 0
config/sync/ultimate_cron.job.google_analytics_cron.yml

@@ -0,0 +1,17 @@
+uuid: d6aaf231-0efd-4423-b1be-031964c81c41
+langcode: en
+status: true
+dependencies:
+  module:
+    - google_analytics
+title: 'Default cron handler'
+id: google_analytics_cron
+weight: 0
+module: google_analytics
+callback: google_analytics_cron
+scheduler:
+  id: simple
+launcher:
+  id: serial
+logger:
+  id: database

+ 1 - 0
config/sync/user.role.authenticated.yml

@@ -32,6 +32,7 @@ permissions:
   - 'issue subrequests'
   - 'manage own commerce_payment_method'
   - 'materio_jsonapi ownroles'
+  - 'opt-in or out of google analytics tracking'
   - 'opt-in or out of matomo tracking'
   - 'restful get config_rest_resource'
   - 'restful post user_registration'