But when I put my Shoemoney fan hat on and I really start to do some Serious Marketing, I use my secret weapon:
Naah, all my George Clooney masks are like that nowadays.. I just keep forgetting that you can't vomit with the mask on after a rough bar night...Damn, George Clooney's looking rough these days?!
And before anyone wastes their time:create a link on the page with your affiliate ad that links to another page within your domain. Lets call it example.com/redirect.html
Then create a page called redirect.html with the only thing on that page being this code.
<?php
header ('location: http:/www.THE_URL_YOU_Want_to_Redirect_to.com');
?>
I found this a few days ago from another posting on the site. Sorry I dont remember who to give credit to, but it was not me :anon.sml:.
Wow, that's weirdreally? adwords hasn't disapproved any of my sites when I tried with the header redirect...
Wow, that's weird
I mean all my header redirects have been disapproved. And I actually came to a conclusion that their adsbot can tell if it's being redirected by header. Well it should, it's quite easy to detect.
I was talking about redirect page as destination url so that when visitor clicks my ad, he'll be redirected immediately without even seeing my landing page.Are you using a redirect page as your adwords destination URL, or are linking to the redirect page from your landing page?
Also, does setting the Location: parameter like that in PHP automatically change the statuscode? You might want to check that your HTTP Status code is being set to 302 or 301 as well.
I was talking about redirect page as destination url so that when visitor clicks my ad, he'll be redirected immediately without even seeing my landing page.