Hello,
I'm trying to track 2step landing page with prosper202 and can't make it work.
It should go something like that:
PPV Landing step1 --> PPV Landing step2 --> offer
The problem is because I can't pass keyword from lp1 to lp2 so I can't know which is profitable.
Are there any solution for this with prosper202?
Thanks in advance
You can pass any info you want if you use PHP sessions
You have to set up two affiliate campaigns and funnel the first campaign into the second lander if you are wanting to track CTR on both Landers
You can then pass the subid from the first campaign to the second campaign as a c1-c4 then have it passed as a second subid to your network, then you can upload both lists of converting subids so you can see your targets conversions, and then you can see the conversions and CTRs on your 1st and 2nd lander.
For example:
1st lander ------Outgoing link for 1st campaign, pass subid as c1
variable as well as subid variable "2ndlander.php?sub_id=[sub_id]&c1=[sub_id]" It should look exactly this way on 202------->
2nd lander -------Pass subid and c1 variable to offer as subid1 and subid2 or whatever your network takes------->
Offer.php?subid1=[sub_id]&subid2=[c1]
This is a complicated setup though and is not ideal unless you really need to split test on the second lander, there are better ways of doing this too i'm sure. You can also just setup one campaign and rotate different paths with different 2nd pages, but you will not be able to track your exact CTR on the 2nd page, so you would have to look at your Conversion rate to decide how your second page is performing.
Keep the process first simple, then go to a more complicated setup if you must to do further tracking testing.