Viewing 2 replies - 1 through 2 (of 2 total)
  • have same question with willyamrost. how can I add the event tracking? Can give an example please? thanks!

    Plugin Author minilibra

    (@minilibra)

    Events tracking can be done by binding some specific dom events (such as click, resize, etc) with _gaq push method using ‘_trackEvent’ parameter (in async tracking) or by call the _trackEvent function directly (in traditional tracking).

    Example:
    <a href="my-song.mp3" onclick="_gaq.push(['_trackEvent', 'Music', 'Downloaded', 'My Song']);">Download My Song</a>

    You can read more details about event tracking and it’s parameter at http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Asynchronous Google Analytics for WordPress] Events Tracking’ is closed to new replies.