Skip to content
New issue

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

Feature Request: Named Trackers #47

Open
n00bium opened this issue Jan 18, 2018 · 0 comments
Open

Feature Request: Named Trackers #47

n00bium opened this issue Jan 18, 2018 · 0 comments

Comments

@n00bium
Copy link

n00bium commented Jan 18, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant