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

Does not work with google tag manager #5

Open
davidspiess opened this issue Dec 9, 2015 · 0 comments
Open

Does not work with google tag manager #5

davidspiess opened this issue Dec 9, 2015 · 0 comments

Comments

@davidspiess
Copy link

Google Tag Manager needs his trackername in front of the send argument.

ga("gtm1449654891892.send", ...

For more informations see http://stackoverflow.com/questions/28765806/existing-google-analytics-events-and-google-tag-manager

The best way to implement this IMO would be global flare settings, where i can specifiy the trackername for all events on the page.

flare.settings = {
    'trackerName': 'gtm1449654891892'
}

Let me know what you think about it :) Great library!

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