From 0cbd8e963045f5cb90217b647419e7890e5a41db Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 6 Aug 2021 23:31:18 +0200 Subject: [PATCH] activated google analytics --- composer.json | 1 + composer.lock | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ae6c88b..9b9c036 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,7 @@ "drupal/flood_control": "^2.1", "drupal/gdpr": "^3.0@alpha", "drupal/genpass": "^1.x-dev", + "drupal/google_analytics": "^2.5", "drupal/graphql": "^4.0", "drupal/image_delta_formatter": "^1.x-dev", "drupal/image_effects": "3.x-dev@dev", diff --git a/composer.lock b/composer.lock index 8776cb0..87eebfd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1abbaf659b6ea5239e6a272aec1e9a23", + "content-hash": "ddb11e35878184a0fddfa13339d0ab9b", "packages": [ { "name": "alchemy/zippy", @@ -8201,6 +8201,77 @@ }, "time": "2021-02-17T15:19:48+00:00" }, + { + "name": "drupal/google_analytics", + "version": "2.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/google_analytics.git", + "reference": "8.x-2.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "9e0ff72cc313bf9295fe8bd73a68f5f7688513ab" + }, + "require": { + "drupal/core": "^8.8.6|^9.0" + }, + "require-dev": { + "drupal/token": "^1.7" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.5", + "datestamp": "1591298527", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "branch-alias": { + "dev-8.x-2.x": "2.x-dev" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "See contributors", + "homepage": "https://www.drupal.org/node/49388/committers" + }, + { + "name": "budda", + "homepage": "https://www.drupal.org/user/13164" + }, + { + "name": "ixismark", + "homepage": "https://www.drupal.org/user/3632333" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "pfaocle", + "homepage": "https://www.drupal.org/user/9740" + }, + { + "name": "roberto.rivera.ixis", + "homepage": "https://www.drupal.org/user/3632325" + } + ], + "description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.", + "homepage": "https://www.drupal.org/project/google_analytics", + "support": { + "source": "https://git.drupal.org/project/google_analytics.git", + "issues": "https://www.drupal.org/project/issues/google_analytics" + } + }, { "name": "drupal/graphql", "version": "4.1.0",