Title: Google analytics tracking
Last modified: August 20, 2016

---

# Google analytics tracking

 *  Resolved [sumoboy](https://wordpress.org/support/users/sumoboy/)
 * (@sumoboy)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/google-analytics-tracking/)
 * How can I get some onclick code embedded into the link to support Google analytics?
 * onClick=”_gaq.push([‘_trackEvent’, ‘youtube’, ‘view’, ‘my awesome video’, ‘1’,
   true]);”
 * [http://wordpress.org/extend/plugins/advanced-responsive-video-embedder/](http://wordpress.org/extend/plugins/advanced-responsive-video-embedder/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Nico](https://wordpress.org/support/users/nico23/)
 * (@nico23)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/google-analytics-tracking/#post-3500261)
 * Only the thumbnails have links and all have a wrapper class, you could target
   them with jQuery with
 *     ```
       $('.arve-embed-wrap .a').click( function(){
          //do your stuff here
       });
       ```
   
 * Thumbnails also have a id you can work with.
 * There is no way to hardcode this into the links with my plugin, maybe with wordpress
   content filters i don’t know …
 * There might also other solution for this, i have no really idea of google analytics
   and this is more a general question, not really about my plugin. So please ask
   this in a general forum or on [http://stackoverflow.com/](http://stackoverflow.com/).

Viewing 1 replies (of 1 total)

The topic ‘Google analytics tracking’ is closed to new replies.

 * ![](https://ps.w.org/advanced-responsive-video-embedder/assets/icon-128x128.png?
   rev=3338557)
 * [Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick ...](https://wordpress.org/plugins/advanced-responsive-video-embedder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-responsive-video-embedder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-responsive-video-embedder/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-responsive-video-embedder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-responsive-video-embedder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-responsive-video-embedder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nico](https://wordpress.org/support/users/nico23/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/google-analytics-tracking/#post-3500261)
 * Status: resolved