Skip to content

Commit

Permalink
Merge pull request #397 from chapter-three/feature/SRL-413-google-ana…
Browse files Browse the repository at this point in the history
…lytics-status-pages

Feature/srl 413 google analytics status pages
  • Loading branch information
sleepingmonk authored Apr 28, 2021
2 parents cd72b65 + 950eb4c commit b83f9a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions config/config-default/google_tag.container.srl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
module:
- ctools
- webform
id: srl
label: 'SLR Portal'
weight: 0
Expand All @@ -20,5 +21,22 @@ path_list: "/admin*\n/batch*\n/node/add*\n/node/*/edit\n/node/*/delete\n/user/*/
role_toggle: 'exclude listed'
role_list: { }
status_toggle: 'exclude listed'
status_list: "403\n404"
conditions: { }
status_list: ''
conditions:
'entity_bundle:node':
id: 'entity_bundle:node'
bundles: { }
negate: false
context_mapping:
node: '@node.node_route_context:node'
'entity_bundle:webform_submission':
id: 'entity_bundle:webform_submission'
bundles: { }
negate: false
context_mapping:
webform_submission: '@webform.webform_submission_route_context:webform_submission'
webform:
id: webform
webforms: { }
negate: false
context_mapping: { }
2 changes: 1 addition & 1 deletion config/config-default/google_tag.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _default_container:
role_toggle: 'exclude listed'
role_list: { }
status_toggle: 'exclude listed'
status_list: "403\n404"
status_list: ''
data_layer: dataLayer
include_classes: false
whitelist_classes: "google\nnonGooglePixels\nnonGoogleScripts\nnonGoogleIframes"
Expand Down

0 comments on commit b83f9a3

Please sign in to comment.