Title: [Plugin: Asynchronous Google Analytics for WordPress] Events Tracking
Last modified: August 19, 2016

---

# [Plugin: Asynchronous Google Analytics for WordPress] Events Tracking

 *  Resolved [willyamrost](https://wordpress.org/support/users/willyamrost/)
 * (@willyamrost)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-events-tracking/)
 * Hi, Thanks for the great plugin. Could you explain me how to add an event tracking?
   Thank you.
 * [http://wordpress.org/extend/plugins/async-google-analytics/](http://wordpress.org/extend/plugins/async-google-analytics/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [ciaukliffoo](https://wordpress.org/support/users/ciaukliffoo/)
 * (@ciaukliffoo)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-events-tracking/#post-1691427)
 * have same question with willyamrost. how can I add the event tracking? Can give
   an example please? thanks!
 *  Plugin Author [minilibra](https://wordpress.org/support/users/minilibra/)
 * (@minilibra)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-events-tracking/#post-1691642)
 * 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](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.

 * ![](https://s.w.org/plugins/geopattern-icon/async-google-analytics.svg)
 * [Asynchronous Google Analytics for WordPress](https://wordpress.org/plugins/async-google-analytics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/async-google-analytics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/async-google-analytics/)
 * [Active Topics](https://wordpress.org/support/plugin/async-google-analytics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/async-google-analytics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/async-google-analytics/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [minilibra](https://wordpress.org/support/users/minilibra/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-events-tracking/#post-1691642)
 * Status: resolved