add google tag
This commit is contained in:
parent
6ad2ed7b29
commit
7a1c4b7c34
@ -25,6 +25,7 @@
|
||||
"drupal/core-recommended": "^10.2",
|
||||
"drupal/devel_entity_updates": "^4.1",
|
||||
"drupal/field_group": "^3.4",
|
||||
"drupal/google_tag": "^2.0",
|
||||
"drupal/migrate_plus": "^6.0",
|
||||
"drupal/migrate_tools": "^6.0",
|
||||
"drupal/pathauto": "^1.12",
|
||||
|
||||
75
composer.lock
generated
75
composer.lock
generated
@ -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": "e7e102a26bf77765332247d29436a2d2",
|
||||
"content-hash": "a89e62b2b0be42206d2123bf9a6d115d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -2298,6 +2298,79 @@
|
||||
"issues": "https://www.drupal.org/project/issues/field_group"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/google_tag",
|
||||
"version": "2.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/google_tag.git",
|
||||
"reference": "2.0.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/google_tag-2.0.4.zip",
|
||||
"reference": "2.0.4",
|
||||
"shasum": "a56bcdb566bf1af54dc0c8871eb720ba54f1392e"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.5 || ^10",
|
||||
"php": "^7.4 || ^8"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/commerce": "^2.0",
|
||||
"drupal/commerce_wishlist": "^3.0@beta",
|
||||
"drupal/csp": "^1.0",
|
||||
"drupal/google_analytics": "^4.0",
|
||||
"drupal/search_api": "^1.28.0",
|
||||
"drupal/token": "^1.11.0",
|
||||
"drupal/webform": "^6.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.0.4",
|
||||
"datestamp": "1709073204",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-main": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "acquia",
|
||||
"homepage": "https://www.drupal.org/user/1231722"
|
||||
},
|
||||
{
|
||||
"name": "japerry",
|
||||
"homepage": "https://www.drupal.org/user/45640"
|
||||
},
|
||||
{
|
||||
"name": "kaynen",
|
||||
"homepage": "https://www.drupal.org/user/733308"
|
||||
},
|
||||
{
|
||||
"name": "mglaman",
|
||||
"homepage": "https://www.drupal.org/user/2416470"
|
||||
},
|
||||
{
|
||||
"name": "solotandem",
|
||||
"homepage": "https://www.drupal.org/user/240748"
|
||||
}
|
||||
],
|
||||
"description": "Sets up Google Tag",
|
||||
"homepage": "https://www.drupal.org/project/google_tag",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/google_tag"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/migrate_plus",
|
||||
"version": "6.0.2",
|
||||
|
||||
@ -21,6 +21,7 @@ module:
|
||||
field_ui: 0
|
||||
file: 0
|
||||
filter: 0
|
||||
google_tag: 0
|
||||
help: 0
|
||||
history: 0
|
||||
image: 0
|
||||
|
||||
@ -0,0 +1,23 @@
|
||||
uuid: ba3b91c7-27f9-46e6-8271-107b59ec5e0b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: G-M9VFWH7NDH.661c8ab3087805.83755165
|
||||
label: G-M9VFWH7NDH
|
||||
weight: 0
|
||||
tag_container_ids:
|
||||
- G-M9VFWH7NDH
|
||||
advanced_settings:
|
||||
consent_mode: true
|
||||
dimensions_metrics: { }
|
||||
conditions: { }
|
||||
events:
|
||||
search: { }
|
||||
custom: { }
|
||||
sign_up:
|
||||
method: CMS
|
||||
generate_lead:
|
||||
value: ''
|
||||
currency: ''
|
||||
login:
|
||||
method: CMS
|
||||
4
config/default/google_tag.settings.yml
Normal file
4
config/default/google_tag.settings.yml
Normal file
@ -0,0 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: cvh7di-mJogXOBiv_AoDN22DXIg3-OtzE5iLCIFAQ1s
|
||||
use_collection: false
|
||||
default_google_tag_entity: G-M9VFWH7NDH.661c8ab3087805.83755165
|
||||
Loading…
x
Reference in New Issue
Block a user