this is caused because the _gaq array is set up in a function, and is scoped not to leave that function.
To correct this, replace all instances of "var _gaq" with "window._gaq"
this is caused because the _gaq array is set up in a function, and is scoped not to leave that function.
To correct this, replace all instances of "var _gaq" with "window._gaq"
Hi kae, thanks for your correction. Yes, you're right. I've been made mistake by write the generated code inside the function. Should be fixed now (version 1.0.7). Thanks.
This topic has been closed to new replies.