Skip to content

Instantly share code, notes, and snippets.

@Gerhard-Kanzler
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save Gerhard-Kanzler/5c76a3df7a4736ad5cbc to your computer and use it in GitHub Desktop.

Select an option

Save Gerhard-Kanzler/5c76a3df7a4736ad5cbc to your computer and use it in GitHub Desktop.
GA Event Tracking E-Mail adress
setTimeout(function(){
$('a').on('click', function(){
if( $(this).attr('href').match(/mailto:/) ){
_gaq.push(['_trackEvent', 'E-Mail', 'click', $(this).attr('href').replace('mailto:', '')]);
}
});
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment