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
Post a Comment