GA trackEvent creates blank window
I’m trying to get event tracking on a Flash site that I work on but I’m running into an issue with using the following code:
ActionScript Code:
butt0.onRelease = function(){ getURL("javascript:pageTracker._trackEvent('loadLarge', 'Load', 'test');"); }
It records the hits correctly but it replaces the current window with a blank HTML document when on a live server. The address bar also changes to javascript:pageTracker._trackEvent(‘loadLarge’, ‘Load’, ‘test’); when this happens.
Has anyone else run into this and if so, how do I fix it?
Original post by MrGS