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 - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -