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
Google Tag Manager needs his trackername in front of the send argument.
send
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Let me know what you think about it :) Great library!
The text was updated successfully, but these errors were encountered: