Hi, I would like to craete a link to other page but without letting know Google Analytic (GA) that user is comming from my site. So field "utmr" need to by empty (0 | - ) and it must looks like user will enter www address in browser. Is there a any way that GA will not be able to read source website’s address?
<a href="http://domain.com/a.html" > Destination A </a>
<a href="http://domain.com/Arel.html" rel="nofollow" rev="nofollow" target="_blank"> Destination A with rel </a>
<a href="#" onclick="javascript:location.href='http://domain.com/Javascript.html'" > Destination javascript </a>
I have tried javascript, a html tags but with no success :/ Any help will be appreciated.
-- Jacek