trackiffer
trackiffer copied to clipboard
The easy GA event tracker that's hard to say.
My guess is that trackiffer will not work with the new ga('send', '…') syntax. Docs: https://developers.google.com/analytics/devguides/collection/analyticsjs/pages I'll try to take a look to see if there is a way to...
https://github.com/averyvery/trackiffer/blob/master/trackiffer.js#L186 If the link being clicked has an outbound link that is actually used to load something with javascript later on, trackiffer converts that to the window.location instead of letting...
Because of the change from the previous issue fixing delegation, the $elem in getReplacement() is not what I would expect. Doing this doesn't work: ``` trackiffer({ 'body.controller.index' : { delegate...