Problem/Motivation

When I'm installing the Google Tag module on my site, the User Registration events tracking has been enabled by default in the Google Tag contributed module, even if the Drupal CMS site is not using the registration.

Steps to reproduce

Proposed resolution

Check whether the registration functionality is enabled or not in the Drupal CMS site. If the registration is not enabled or not used in the Drupal CMS, then disable the registration events tracking in the Google Tag contrib module automatically.

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork google_tag-3545649

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

manojkumar_g created an issue. See original summary.

supriyagupta made their first commit to this issue’s fork.

supriyagupta’s picture

StatusFileSize
new1.03 KB

@manojkumar_g

I’ve committed the fix to disable the registration event when site registration is disabled, and uploaded the patch file here.

Thank you.