Skip to content

Commit

Permalink
Update drupal/google_tag requirement from 2.0.2 to 2.0.4 (#3213)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Berndt <74572157+bberndt-uaz@users.noreply.github.com>
Co-authored-by: Chris Green <chrisgreen@arizona.edu>
Co-authored-by: Joe Parsons <471936+joeparsons@users.noreply.github.com>
  • Loading branch information
4 people committed Mar 1, 2024
1 parent 50d5575 commit 4f5ac03
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 32 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"drupal/field_group": "3.4.0",
"drupal/field_group_link": "3.1.0",
"drupal/flag": "4.0-beta4",
"drupal/google_tag": "2.0.2",
"drupal/google_tag": "2.0.4",
"drupal/honeypot": "2.1.3",
"drupal/image_widget_crop": "2.4.0",
"drupal/inline_entity_form": "3.0.0-rc17",
Expand Down Expand Up @@ -181,7 +181,7 @@
"explode(): Passing null to parameter #2 ($string) of type string is deprecated (3284123)": "https://git.drupalcode.org/project/easy_breadcrumb/-/commit/e1655f4260ca82262d49deefbd717801664c5c78.diff"
},
"drupal/google_tag": {
"GoogleTagUpgradeManager not mapping negate values correctly (3382757)": "https://www.drupal.org/files/issues/2023-08-22/3382757-5.patch"
"Enforce Privacy Consent Policy checkbox default value is checked even when it is disabled (3424623)": "https://www.drupal.org/files/issues/2024-03-01/3424623-9-allow-saving-google-tag-setting-for-consent-mode.patch"
},
"drupal/intelligencebank": {
"Use a renderable array for link buttons (3353858)": "https://www.drupal.org/files/issues/2023-06-02/issue-335385-convert-markup-to-renderable-array.patch"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,28 @@ weight: 0
tag_container_ids:
- GTM-ML2BZB
advanced_settings:
consent_mode: 0
gtm:
data_layer: dataLayer
include_classes: false
allowlist_classes: |-
google
nonGooglePixels
nonGoogleScripts
nonGoogleIframes
blocklist_classes: |-
customScripts
customPixels
include_environment: false
environment_id: ''
environment_token: ''
GTM-ML2BZB:
data_layer: dataLayer
include_classes: false
allowlist_classes: |-
google
nonGooglePixels
nonGoogleScripts
nonGoogleIframes
blocklist_classes: |-
customScripts
customPixels
include_environment: false
environment_id: ''
environment_token: ''
dimensions_metrics: { }
conditions:
request_path:
id: request_path
negate: true
pages: |-
/admin*
batch*
block/add/*
/block/*/edit
file/add
file/*/edit
/node/add*
/node/*/edit
/node/*/delete
/user/*/edit*
/user/*/cancel*
taxonomy/term/*/edit
pages: "/admin*\r\n/batch*\r\n/clone/*\r\n/devel/*\r\n/node/add*\r\n/node/*/edit\r\n/node/*/delete\r\n/node/*/revisions\r\n/node/*/usage\r\n/user/*/edit*\r\n/user/*/cancel*\r\n/user/*/scheduled*\r\n/user/*/connected-accounts\r\n/user/*/submissions\r\n/group/*/edit\r\n/group/*/delete\r\n/group/*/content*\r\n/group/*/nodes\r\n/group/*/revisions\r\n/group/*/members\r\n/group/*/media*\r\n/group/*/usage\r\n/group/*/subgroups\r\n/group/*/create\r\n/media/*/edit\r\n/media/*/delete\r\n/media/*/usage\r\n/taxonomy/*/edit\r\n/taxonomy/*/delete\r\n/taxonomy/*/usage"
response_code:
id: response_code
negate: true
Expand All @@ -56,12 +46,12 @@ conditions:
roles:
anonymous: anonymous
events:
login:
method: CMS
generate_lead:
value: ''
currency: ''
search: { }
custom: { }
sign_up:
method: CMS
search: { }
login:
method: CMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
use_collection: true
default_google_tag_entity: 'az_comprehensive'
default_google_tag_entity: az_comprehensive

0 comments on commit 4f5ac03

Please sign in to comment.