javascript - Google Analytics: Using chrome's console to track an event? -


will work if use chrome console to

_gaq.push(['_trackevent'... 

will work though ga script has been loaded?

yes.

the google analytics script replaces _gaq array own object; new push() function sends requests immediately.

this allows use same _gaq.push() calls both before , after async script loads.


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -