Hiding referer redirect script for adwords

ninecats

Newbie
Joined
Oct 2, 2010
Messages
3
Reaction score
0
How can i redirect my traffic from adwords and hide referer.
I tried send url through _Post , using cUrl to push it without submit form but im not good enough in Php and cant do it properly
 
I'm assuming this is an offer which isn't supposed to be promoted using Adwords.

If it is then, you could add a meta-refresh between <head> and </head> so it appears that they are coming from your site.

PHP:
<meta http-equiv="Refresh" content="0;URL=YOUR URL HERE">

That should do the trick ;)
 
Back
Top