Hi,
I´m looking for this too!
I´ve no ideo how the code of the plugin works, but I use this part of code on other sites to track mailto links.
else if (href && href.match(/^mailto\:/i)) {
jQuery(this).click(function() {
var mailLink = href.replace(/^mailto\:/i, '');
_gaq.push(['_trackEvent', 'Email', 'Click', mailLink]);
});
}
I also found this: http://startbigthinksmall.wordpress.com/2012/06/02/tracking-mailto-anchors-and-external-links-with-google-analytics/
Any Idea to integrate this?
Is it possible to fix this problem with own code? I´ve this problem too.
Thread Starter
chosy
(@chosy)
Update: All translations are not displayed in the frontend.