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

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

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