We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I noticed that the Plugin does not support named Trackers. In my setup I need to track with mutliple Tracking Codes.
e.g. ga('create', 'UA-XXXXXXXX-1', 'auto',{'name': 'Tracker00'}); ga('Tracker00.set', 'anonymizeIp', true); ga('Tracker00.send', 'pageview'); ga('create', 'UA-XXXXXXXX-2', 'auto',{'name': 'Tracker01'}); ga('Tracker01.set', 'anonymizeIp', true); ga('Tracker01.send', 'pageview');
The Script seemingly does not support that. I am getting in to work to add the Name to the unminified JS in line 388. But that is not Ideal.
Update: I found the property datalayername, but that should be for GTM, right?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I noticed that the Plugin does not support named Trackers.
In my setup I need to track with mutliple Tracking Codes.
e.g.
ga('create', 'UA-XXXXXXXX-1', 'auto',{'name': 'Tracker00'});
ga('Tracker00.set', 'anonymizeIp', true);
ga('Tracker00.send', 'pageview');
ga('create', 'UA-XXXXXXXX-2', 'auto',{'name': 'Tracker01'});
ga('Tracker01.set', 'anonymizeIp', true);
ga('Tracker01.send', 'pageview');
The Script seemingly does not support that.
I am getting in to work to add the Name to the unminified JS in line 388.
But that is not Ideal.
Update: I found the property datalayername, but that should be for GTM, right?
The text was updated successfully, but these errors were encountered: