• Resolved kae

    (@kae)


    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”

Viewing 1 replies (of 1 total)
  • Plugin Author minilibra

    (@minilibra)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Asynchronous Google Analytics for WordPress] UA-XXXXX-X being sent instead of correct numbe’ is closed to new replies.