“Track Event” is seen in Console (GA Debug) but network request isn't seen in Network Panel
I am confused with the track event issue. //_gaq.push(['_trackEvent', 'Cat', 'Act', 'Label', 1.1]); _gaq.push(['_trackPageview', '/new']); This is working, I can see this in GA Debugger: _gaq.push processing "_trackPageview" for args: "[]": ga_debug.js:18 Track Pageview ga_debug.js:18 Tracking beacon sent! And I can see the __utm.gif request in Network Panel. But when I changed the code to : _gaq.push(['_trackEvent', 'Cat', 'Act', 'Label', 1.1]); //_gaq.push(['_trackPageview', '/new']); Here is the output in console from GA debugger: _gaq.push processing "_trackEvent" for args: "[Cat,Act,Label