Quantcast
Home » Internet Marketing, Techy Stuff

How to setup a redirect

There may be cases when you want to promote a legitimate product through Pay Per Click advertising and send visitors directly to the merchant’s sales page. In many cases this is prohibited by merchants even in cases where it is not Google has a one ad per domain rule.

In an effort to provide Google’s users with more relevant search results Google created a rule stating that they would show only one ad per search when multiple marketers were using the same display URL. Obviously, the effect this has for marketers competing for that one spot is to drive keyword costs up.

One way to get around this rule is to simply redirect the PPC traffic from a page in your site directly to the merchant using a small bit of code. Here is one way to redirect traffic using a page on your site.

Example:

russ-brunson-google-search_1242589346800

Okay, now say we want to redirect the above ad directly to dotcomsecrets.com with your affiliate link. here is what you would do.

Open notepad or wordpad and create a file save it with the extension .php and name it whatever you want.

You should now have a file that looks like this.

myfile.php

Now with the file open copy and paste the following code.

<?php $url=’http://your-affiliate-code-here’; header(”location:$url”); exit();?>

Replace “your-affiliate-code-here” with your affiliate code. Now upload the code to your server and point your PPC ad to the file on your domain. Like this www.mydomain.com/myfile.php

[Post to Twitter] Tweet This Post 

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.