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

    (@nico23)

    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/.

Viewing 1 replies (of 1 total)
  • The topic ‘Google analytics tracking’ is closed to new replies.