Skip to content

Commit

Permalink
DP-29492-edit-analytics (#2171)
Browse files Browse the repository at this point in the history
* config change

* changelog
  • Loading branch information
joeg8612 authored Aug 30, 2023
1 parent 075d200 commit 0944e25
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 7 deletions.
41 changes: 41 additions & 0 deletions changelogs/DP-29492.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#
# Write your changelog entry here. Every pull request must have a changelog yml file.
#
# Change types:
# #############################################################################
# You can use one of the following types:
# - Added: For new features.
# - Changed: For changes to existing functionality.
# - Deprecated: For soon-to-be removed features.
# - Removed: For removed features.
# - Fixed: For any bug fixes.
# - Security: In case of vulnerabilities.
#
# Format
# #############################################################################
# The format is crucial. Please follow the examples below. For reference, the requirements are:
# - All 3 parts are required and you must include "Type", "description" and "issue".
# - "Type" must be left aligned and followed by a colon.
# - "description" must be indented with 2 spaces followed by a colon
# - "issue" must be indented with 4 spaces followed by a colon.
# - "issue" is for the Jira ticket number only e.g. DP-1234
# - No extra spaces, indents, or blank lines are allowed.
#
# Example:
# #############################################################################
# Fixed:
# - description: Fixes scrolling on edit pages in Safari.
# issue: DP-13314
#
# You may add more than 1 description & issue for each type using the following format:
# Changed:
# - description: Automating the release branch.
# issue: DP-10166
# - description: Second change item that needs a description.
# issue: DP-19875
# - description: Third change item that needs a description along with an issue.
# issue: DP-19843
#
Changed:
- description: Config change to load Google Tag manager in all paths including author paths.
issue: DP-29492
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
uuid: 5f30beba-a15b-41b5-a305-f269800d5f44
langcode: en
status: true
dependencies:
module:
- system
dependencies: { }
id: GTM-MPHNMQ.64824a45262c46.58617083
label: GTM-MPHNMQ
weight: 0
Expand All @@ -26,8 +24,4 @@ conditions:
response_codes: |-
403
404
request_path:
id: request_path
negate: true
pages: "/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/edit\r\n/node/*/delete\r\n/user/*/edit*\r\n/user/*/cancel*"
events: { }

0 comments on commit 0944e25

Please sign in to comment.