Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Ad Networks - CPA, CPM, CPL - Millionaire Makers..
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 02-06-2012, 10:14 PM   #1
Banned
 
Join Date: Feb 2012
Posts: 97
Thanks: 15
Thanked 23 Times in 16 Posts
Default How Offer Rotation Works?

Hi, I've been browsing Google about CPA Marketing and read some blogs and it says offer rotation is great when it comes to split-testing to determine which offer coverts the best.

My question is how will I rotate offers? As of now I'm testing 1 offer with 2 different landing pages. My traffic source is FB Adverts and I've been also split-testing my ads.

How will I apply offer rotation? Or how will I do offer rotation? Does it meaning changing the links on my landing page with different offer on the same niche?

EDIT: If I have to rotate offers, do I need to change landing page too?

Thanks,
Simon
simonrv is offline   Reply With Quote
Old 02-07-2012, 01:27 AM   #2
Custom
 
indexphp's Avatar
 
Join Date: Oct 2007
Location: California
Posts: 837
Thanks: 3
Thanked 139 Times in 92 Posts
Default Re: How Offer Rotation Works?

You split test offers the same way you split test everything else, with software like Google Website Optimizer, Prosper202, or simple PHP code and subids.

Quote:
If I have to rotate offers, do I need to change landing page too?
You don't have to. If you are split testing the same offer across different networks, you could write your redirect link like this....

Code:
<?php
num = rand(0,1);
if( num == 0{
header("Location: http://offer1.com");
} else {
header("Location: http://offer2.com");
}
?>
the green num should be $num ... but for some reason the $ dollar sign doesn't work in code view

indexphp is offline   Reply With Quote
Old 02-07-2012, 01:30 AM   #3
Banned
 
Join Date: Feb 2012
Posts: 97
Thanks: 15
Thanked 23 Times in 16 Posts
Default Re: How Offer Rotation Works?

Thanks mate. Gonna try it now.
simonrv is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Ad Networks - CPA, CPM, CPL - Millionaire Makers..

Tags
offer, rotation, works

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 04:11 PM.