Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 04-08-2011, 10:09 PM   #1
HyperActive Warrior
 
Millerking's Avatar
 
Join Date: Oct 2010
Posts: 251
Thanks: 36
Thanked 4 Times in 4 Posts
Default How can we maximize affliate revenue?

Hi warriors,

Let's say im promoting a cj product, i got 200 uv/day. But among this 200uv, only 30 uv coming from US, and they are my potential buyers. The rest 170uv/day can't buy the product, they live in other countries. So how to monetize the rest 170uv/day? Is there a way/wordpress plugin to direct all the none-us traffic to a adsense page? Is this illegal? Will google punish this?

Thank you
Millerking is offline   Reply With Quote
Old 04-08-2011, 10:29 PM   #2
SEO Extraordinaire
War Room Member
 
IM Ash's Avatar
 
Join Date: Sep 2009
Location: South Africa
Posts: 503
Thanks: 158
Thanked 183 Times in 88 Posts
Default Re: How can we maximize affliate revenue?

Quote:
Originally Posted by Millerking View Post
Hi warriors,

Let's say im promoting a cj product, i got 200 uv/day. But among this 200uv, only 30 uv coming from US, and they are my potential buyers. The rest 170uv/day can't buy the product, they live in other countries. So how to monetize the rest 170uv/day? Is there a way/wordpress plugin to direct all the none-us traffic to a adsense page? Is this illegal? Will google punish this?

Thank you
If the majority of your traffic isn't targeted then why don't you just add the adsense ads on the same page? If potential buyers from the US are interested in the product they will still buy the product regardless of the presence of the adsense ads.

Just ensure you have a strong call to action!
IM Ash is offline   Reply With Quote
Old 04-08-2011, 10:50 PM   #3
HyperActive Warrior
 
Millerking's Avatar
 
Join Date: Oct 2010
Posts: 251
Thanks: 36
Thanked 4 Times in 4 Posts
Default Re: How can we maximize affliate revenue?

Quote:
Originally Posted by Eleva8 View Post
If the majority of your traffic isn't targeted then why don't you just add the adsense ads on the same page? If potential buyers from the US are interested in the product they will still buy the product regardless of the presence of the adsense ads.

Just ensure you have a strong call to action!
2 words, "Maximize revenue",

Is there a way? a plugin? illegal?
Millerking is offline   Reply With Quote
Old 04-08-2011, 11:22 PM   #4
SEO Extraordinaire
War Room Member
 
IM Ash's Avatar
 
Join Date: Sep 2009
Location: South Africa
Posts: 503
Thanks: 158
Thanked 183 Times in 88 Posts
Default Re: How can we maximize affliate revenue?

Quote:
Originally Posted by Millerking View Post
2 words, "Maximize revenue",

Is there a way? a plugin? illegal?
4 Words: "Adsense on same page"

.
==> ==> ==> Build My Rank Alternative <== <== <==
Get 5 *FREE* High PR Blog Posts
Limited Offer

IM Ash is offline   Reply With Quote
Old 04-09-2011, 12:04 AM   #5
Call Me - MJ Zain
War Room Member
 
mustas4's Avatar
 
Join Date: Jul 2010
Posts: 55
Thanks: 2
Thanked 36 Times in 10 Posts
Default Re: How can we maximize affliate revenue?

Yes simple solution Adsense
mustas4 is online now   Reply With Quote
Old 04-09-2011, 02:02 AM   #6
Senior Warrior Member
 
Join Date: Jul 2010
Location: USA
Posts: 1,507
Thanks: 9
Thanked 82 Times in 81 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: How can we maximize affliate revenue?

I am not sure about any special plugin which does it but its not difficult for writing. But why don';t you insert adsense ads on your pages for all visitors from all countries which is safer?

socialbookmark is offline   Reply With Quote
Old 04-09-2011, 03:03 AM   #7
HyperActive Warrior
 
Millerking's Avatar
 
Join Date: Oct 2010
Posts: 251
Thanks: 36
Thanked 4 Times in 4 Posts
Default Re: How can we maximize affliate revenue?

Adsense on the page will make a site looks commercial, and increase the bounce rate,
Millerking is offline   Reply With Quote
Old 04-09-2011, 04:43 AM   #8
HyperActive Warrior
 
Join Date: Jan 2011
Location: USA
Posts: 170
Thanks: 28
Thanked 10 Times in 10 Posts
Default Re: How can we maximize affliate revenue?

Why can't rest of the world buy it?

Are you not making any money with adsense yet? This is the answer my friend: Adsense 100k Blueprint

Do you have poor traffic to your websites? With Rapid Cash Traffic you can explode it!
The Blueprinter is offline   Reply With Quote
Old 04-09-2011, 05:03 AM   #9
Warrior Member
 
Join Date: Mar 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How can we maximize affliate revenue?

Sign up to linkshare, clickbank and Commision junction and promote the products which are related to the niche in which you post hubs. You can use 2 links to same domains so you need to learn how to make use of it. Amazon and Ebay are two inbuilt options you get on hubpages you can use that as well.
seofaves is offline   Reply With Quote
Old 04-09-2011, 05:50 AM   #10
Active Warrior
War Room Member
 
juniorich's Avatar
 
Join Date: Jan 2009
Location: washington
Posts: 80
Thanks: 1
Thanked 3 Times in 3 Posts
Social Networking View Member's Twitter Profile 
Lightbulb Re: How can we maximize affliate revenue?

I suggest you to do this:

- Use Google analytics to know your major countries
- Setup an url redirection based on Geography
- Drive US users to your CJ offer
- Drive non US traffic to an optin page, you may add a country field to your optin form to be able to separate them by country.
- Find related offers on CPA networks using OfferVault, then send mails to your optin list targeting their country.

Here is a php code to redirect urls by countries. Copy and paste it in notepad and save as php file on your server then use is as affiliate link instead of using directly CJ link.

Code:
<?php
function visitorCountry(){
     = getenv('REMOTE_ADDR');
     = file_get_contents("http://www.ipinfodb.com/ip_query_country.php?ip=&output=xml");
 
    //Use backup server if cannot make a connection
    if (!){
         = file_get_contents("http://backup.ipinfodb.com/ip_query.php?ip=&output=xml");
         = new SimpleXMLElement();
        if (!) return false; // Failed to open connection
    }else{
         = new SimpleXMLElement();
    }
 
    return ;
}  
?>
<?php
 = visitorCountry();

if (=="US"){header("location:http://link-for-usa-traffic.com");exit;}

// Send All Other Traffic To:
header("location:http://link-for-non-usa-traffic.com");exit;  
?>
Also instead of directing all non US traffic to same link, you may choose to direct some countries to another link. For example:

Code:
<?php
function visitorCountry(){
     = getenv('REMOTE_ADDR');
     = file_get_contents("http://www.ipinfodb.com/ip_query_country.php?ip=&output=xml");
 
    //Use backup server if cannot make a connection
    if (!){
         = file_get_contents("http://backup.ipinfodb.com/ip_query.php?ip=&output=xml");
         = new SimpleXMLElement();
        if (!) return false; // Failed to open connection
    }else{
         = new SimpleXMLElement();
    }
 
    return ;
}  
?>
<?php
 = visitorCountry();

if (=="US"){header("location:http://usalink.com");exit;}
if (=="CA"){header("location:http://calink.com");exit;}
if (=="AU"){header("location:http://aulink.com");exit;}
if (=="UK"){header("location:http://uklink.com");exit;}
if (=="DE"){header("location:http://delink.com");exit;}
 
// Send All Other Traffic To:
header("location:http://othercountries.com");exit;  
?>
Hit thanks button if my post is useful to you.

Dominate any niche on Google, Yahoo and Bing for $11 ONLY! The cheapest but highly effective Small Business SEO|Complete SEO report for perfect onsite SEO and 45+ high quality backlinks on PR1 to PR9 sites to boost your offsite SEO
juniorich is offline   Reply With Quote
Old 04-09-2011, 08:24 AM   #11
HyperActive Warrior
 
Millerking's Avatar
 
Join Date: Oct 2010
Posts: 251
Thanks: 36
Thanked 4 Times in 4 Posts
Default Re: How can we maximize affliate revenue?

Quote:
Originally Posted by juniorich View Post
I suggest you to do this:

- Use Google analytics to know your major countries
- Setup an url redirection based on Geography
- Drive US users to your CJ offer
- Drive non US traffic to an optin page, you may add a country field to your optin form to be able to separate them by country.
- Find related offers on CPA networks using OfferVault, then send mails to your optin list targeting their country.

Here is a php code to redirect urls by countries. Copy and paste it in notepad and save as php file on your server then use is as affiliate link instead of using directly CJ link.

Code:
<?php
function visitorCountry(){
     = getenv('REMOTE_ADDR');
     = file_get_contents("http://www.ipinfodb.com/ip_query_country.php?ip=&output=xml");
 
    //Use backup server if cannot make a connection
    if (!){
         = file_get_contents("http://backup.ipinfodb.com/ip_query.php?ip=&output=xml");
         = new SimpleXMLElement();
        if (!) return false; // Failed to open connection
    }else{
         = new SimpleXMLElement();
    }
 
    return ;
}  
?>
<?php
 = visitorCountry();

if (=="US"){header("location:http://link-for-usa-traffic.com");exit;}

// Send All Other Traffic To:
header("location:http://link-for-non-usa-traffic.com");exit;  
?>
Also instead of directing all non US traffic to same link, you may choose to direct some countries to another link. For example:

Code:
<?php
function visitorCountry(){
     = getenv('REMOTE_ADDR');
     = file_get_contents("http://www.ipinfodb.com/ip_query_country.php?ip=&output=xml");
 
    //Use backup server if cannot make a connection
    if (!){
         = file_get_contents("http://backup.ipinfodb.com/ip_query.php?ip=&output=xml");
         = new SimpleXMLElement();
        if (!) return false; // Failed to open connection
    }else{
         = new SimpleXMLElement();
    }
 
    return ;
}  
?>
<?php
 = visitorCountry();

if (=="US"){header("location:http://usalink.com");exit;}
if (=="CA"){header("location:http://calink.com");exit;}
if (=="AU"){header("location:http://aulink.com");exit;}
if (=="UK"){header("location:http://uklink.com");exit;}
if (=="DE"){header("location:http://delink.com");exit;}
 
// Send All Other Traffic To:
header("location:http://othercountries.com");exit;  
?>
Hit thanks button if my post is useful to you.

If i can thank you 100 times, i'll sit there click the thank button for the next 5 minutes

Thank you!
Thank you!
Thank you!
Millerking is offline   Reply With Quote
Old 04-09-2011, 08:54 AM   #12
Warrior Member
 
Join Date: Apr 2011
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How can we maximize affliate revenue?

If you are doing affiliate marketing of ClickBank products then you should create ebook first and then target keywords for search engines, it would help you a lot.

JaukaBK is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
affliate, maximize, revenue

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 03:30 AM.