Home > General > Affiliate Marketing Forum

How Do I Split Traffic To Each Offer? (4)


11-13-2012 04:56 PM #1 paycoguy (Member)
How Do I Split Traffic To Each Offer?

Right now, I'm running traffic from a camp in Facebook to a campaign I've set up in CPV Lab. I'd like to split traffic (weighted if possible) to 2 different CPV Lab campaigns in my php file. Is there a way to do this within this php file?

Code:
<?php
global $params;
$offers = array(
	'uk-f' => "https://mydomain.com/cpv-lab/base.php?c=185&key=blahblah&kw=" . $_GET['kw'],
	'uk-f-2' => "https://mydomain.com/cpv-lab/base.php?c=185&key=blahblah2&kw=" . $_GET['kw'],
); 

$cloaked = array(
	'uk-f' => 'https://mydomain.com/cpv-lab/base.php?c=325&key=blahblah&kw=',
        'uk-f-2' => 'https://mydomain.com/cpv-lab/base.php?c=325&key=blahblah2&kw=',
);
?>


11-13-2012 08:30 PM #2 jimcrim (Member)

Why not just split test the offers directly in CPV lab?


11-14-2012 02:18 AM #3 paycoguy (Member)

Quote Originally Posted by jimcrim View Post
Why not just split test the offers directly in CPV lab?
Because they have vastly different payouts. One is based off of leads and another actual conversions.

So if I put both offers in the same campaign, it will screw up the stats when I look at the campaign as a whole because one will have many more conversions than the other.


11-14-2012 02:30 AM #4 zeno (Administrator)

I don't use CPVlab, but can you not insert a conversion value dynamically into a pixel?


Home > General > Affiliate Marketing Forum