diff --git a/config/config-default/google_tag.container.srl.yml b/config/config-default/google_tag.container.srl.yml index 9a03639b..ae725ac8 100644 --- a/config/config-default/google_tag.container.srl.yml +++ b/config/config-default/google_tag.container.srl.yml @@ -4,6 +4,7 @@ status: true dependencies: module: - ctools + - webform id: srl label: 'SLR Portal' weight: 0 @@ -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: { } diff --git a/config/config-default/google_tag.settings.yml b/config/config-default/google_tag.settings.yml index 54fe6160..0c7f64df 100644 --- a/config/config-default/google_tag.settings.yml +++ b/config/config-default/google_tag.settings.yml @@ -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"