flare
flare copied to clipboard
Does not work with google tag manager
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!