Viewing 2 replies - 1 through 2 (of 2 total)
  • @horez — We can add tracking parameters to your internal links on our end. Can you please let us know your site URL so we can go ahead and do this for you? You can also email [email protected] if you don’t want to link to your site on this forum.

    – Katrina @ nRelate

    I’m in a good mood, so I thought I’d share this.

    <script type="text/javascript">
    function nrelate_append_tracking() {
    	if (!jQuery('.nr_panel').length) {
    		setTimeout(function(){nrelate_append_tracking();},500);
    	}
    	else {
    		jQuery('.nr_panel').each(function() {
    			jQuery(this).attr("onclick","_gaq.push (['_trackEvent'])");
    		});
    	}
    }
    
    if (jQuery('body.single').length) {
    	nrelate_append_tracking();
    }
    </script>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘trackEven on the links’ is closed to new replies.