Can I remove visible referer from link?
Posted
by
Andreas
on Pro Webmasters
See other posts from Pro Webmasters
or by Andreas
Published on 2011-03-17T12:03:53Z
Indexed on
2011/03/17
16:19 UTC
Read the original article
Hit count: 389
I use referer info to track which of my campaigns works the best. So instead of
<a href="someweb.com">someweb</a>
I have a link like
<a href="http://someweb.com?utm_source=john&utm_medium=email&utm_content=NAME&utm_campaign=campaing">someweb</a>
Now when a user cliks "someweb" the whole URL string is shown in the adressbar. Is this possible to mask/hide somehow? Maybe via .htaccss?
Thanks in advance
© Pro Webmasters or respective owner