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

add trackerName option for universalGA #93

Conversation

bloodysnowx
Copy link
Contributor

https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers#working_with_multiple_trackers

I tried to use jquery-scrolldepth with multiple trackers referencing above URL. So I added trackerName option. Use like below.

ga('create', 'UA-XXXXX-Z', 'auto', 'aTrackerName');
jQuery.scrollDepth({trackerName: 'aTrackerName'});

@robflaherty robflaherty merged commit f3a8862 into robflaherty:master Dec 8, 2016
robflaherty added a commit that referenced this pull request Dec 8, 2016
@robflaherty
Copy link
Owner

@bloodysnowx thanks and sorry for the delay!

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

Successfully merging this pull request may close these issues.

2 participants