flare icon indicating copy to clipboard operation
flare copied to clipboard

Does not work with google tag manager

Open davidspiess opened this issue 9 years ago • 0 comments

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!

davidspiess avatar Dec 09 '15 10:12 davidspiess