How to add callback?
-
Hello!
Is there a way to add my callback?
For example, instead of:
__gaTracker(‘send’,’pageview’);I need:
__gaTracker(‘send’, ‘pageview’, { ‘hitCallback’: removeUtms });Where :
var removeUtms = function(){
…
};Any thoughts on how to implement it?
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to add callback?’ is closed to new replies.