Cross domain tracking - Wordpress & Google Analytics -


which best approach automatically add _link ga action every outbound link points domain?

e.g.

<a href="http://example.com/intro.html"  onclick="_gaq.push(['_link', 'http://example.com/intro']);  return false;">see blog</a> 

this plugin seems fill needs: http://wordpress.org/extend/plugins/google-analytics-for-wordpress/

some people mentioning cross-domain tracking functionality broken, can fixed doing suggestions in thread: http://wordpress.org/support/topic/plugin-google-analytics-for-wordpress-cross-domain-tracking


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -