Hey Guys
I've been trying to setup a campaign with an initial landing page > landing page 2 with 2 offers > offer 1 or offer 2.
I've watched the videos in CPVLab training and it doesn't setup the campaign that way, Can anybody explain how to achieve this please.
Thanks in advance
Hey dude,
Log in to CPV lab, click the 'i' button (top right on the campaign page) there is a link there for tutorial videos including landing page sequence campaign set up.
Yea i saw it but unfortunately they're doing it with optin pages so its kindda different from the setup that i want to achieve, If you know how to do it i appreciate if you can guide me through it man.
Thanks
I haven't personally used landing page sequence campaigns, but I'm pretty sure you can just follow that tutorial and omit the opt-in.
I believe this will work:
Leave the option 'Lead Capture in Sequence:' set to no.
Input the your level 1 and 2 landing page info as well as your offer info. You might need to set a unique id for each landing page, but I think that is mainly for more complex set ups.
Use the regular link i.e.
http://yourdomain.com/install-directory/base2.php
I'm gonna try this and report the results, Thanks Kyuss.
after going to landing page 2 there are 2 offers on the landing page, I tried click on offer 1 and offer 2 but in both cases the offers are not loading...
If someone did this setup before guys please explain with Images how to achieve this:
Initial Landing Page > Landing Page 2 > Several Offers
I was looking to do the same thing. Would really like the help.
Have you guys seen the CPV Lab visual flowcharts guide? It helps a lot! I think you can find it in your cpv lab install file folder, but if you need it I have uploaded it here:
http://www.megafileupload.com/en/fil...harts-pdf.html
The flow charts will tell you on which pages you can place the base2.php and base3.php code. This should clear it up for you but let me know if it's still confusing.
Hmm.. strange. I just set up a test landing page sequence campaign and it works perfect. Below is a small tutorial I made to help you guys.
Simple Version:
Code for Page 1 (1.htm):
<html> <head> <title>Page 1</title> </head> <body> <h1>Page 1</h1> <a href="http://yourdomain.com/installdirectory/base2.php">Click for Offer</a> // INSERT TRACKING CODE HERE </body> </html
<html> <head> <title>Page 2</title> </head> <body> <h1>Page 2</h1> <a href="http://yourdomain.com/installdirectory/base2.php">Click for Offers (Yahoo or Bing)</a> </body> </html

http://yourdomain.com/installdirectory/base.php?c=97&key=c23770ho34683f348a2f62c3a44a8cec
<html> <head> <title>Page 2</title> </head> <body> <h1>Page 2</h1> <a href="http://yourdomain.com/installdirectory/base2.php?id=1">Click for Option 1 (Yahoo or Dogpile)</a> </br> <a href="http://yourdomain.com/installdirectory/base2.php?id=2">Click for Option 2 (Bing or Ask)</a> </body> </html

That's what am talkin about man, works like a boss 
Thanks kyuss,
Great tutorial, quick question, if you have one landing page and multiple offers, what extra code would go into the landing page? Or does CPVLab rotate the offers after you input the share % in the offer field?
Just go with the multiple option campaign type.