Home > Tracking Campaigns > CPV Lab Pro

Tutorials for CPVLab CPV/PPV Landing Page Sequences? (15)


03-15-2013 08:42 PM #1 _007_ (Member)
Tutorials for CPVLab CPV/PPV Landing Page Sequences?

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


03-16-2013 02:48 AM #2 kyuss (Member)

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.


03-16-2013 03:42 AM #3 _007_ (Member)

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


03-16-2013 04:26 AM #4 kyuss (Member)

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.

Code:
http://yourdomain.com/install-directory/base2.php
on both landing pages level 1 and 2. On landing page 1, this will send the visitor to level 2. One level 2, this will send them to the offer.

Put the tracking code on the level 1 landing page but not on level 2 or any following levels.

???

Profit


03-16-2013 05:28 PM #5 _007_ (Member)

I'm gonna try this and report the results, Thanks Kyuss.


03-16-2013 05:52 PM #6 _007_ (Member)

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...


03-16-2013 05:54 PM #7 _007_ (Member)

If someone did this setup before guys please explain with Images how to achieve this:

Initial Landing Page > Landing Page 2 > Several Offers


03-16-2013 08:14 PM #8 adamso1 (Member)

I was looking to do the same thing. Would really like the help.


03-17-2013 01:03 AM #9 zeroonedigital (Member)

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.


03-17-2013 08:22 AM #10 kyuss (Member)

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):

Code:
<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
Note - Do not place tracking code on page 2, only place it on page 1.

Code for Page 2 (2.htm):
Code:
<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
With these settings:



Use your regular campaign URL to start the sequence:
Code:
http://yourdomain.com/installdirectory/base.php?c=97&key=c23770ho34683f348a2f62c3a44a8cec
This is fine if you simply want to rotate 2 offers from the second page via 1 exit link.

Multiple Option Version:

Besides the information below, do everything else the same as the simple version.

If you want to have multiple exit links on page 2 for different sets of offers (multiple option), use this code for page 2:

Code:
<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
With these settings:



Make sure that the id on the end of your links on page 2 (base2.php?id=xxx) match with the option/offer ids set as shown in the screenshot above.

Happy banking


03-17-2013 12:56 PM #11 _007_ (Member)

That's what am talkin about man, works like a boss


03-17-2013 04:26 PM #12 adamso1 (Member)

Quote Originally Posted by liamtheterrier View Post
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.
Thanks liamtheterrier, however your link is not working for me.


03-17-2013 04:38 PM #13 adamso1 (Member)

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?


03-17-2013 08:42 PM #14 _007_ (Member)

Just go with the multiple option campaign type.


03-18-2013 02:33 AM #15 kyuss (Member)

Quote Originally Posted by _007_ View Post
That's what am talkin about man, works like a boss
Awesome, glad to hear dude!

Quote Originally Posted by adamso1 View Post
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?
Unless I misunderstood your question, use the landing page code example from the 'multiple option version' in my previous post and add your tracking code before the </body> tag.

Set it up exactly the same but put your single page information into landing page layer 1 in your settings. Leave landing page layer 2 completely blank.

You can achieve the same thing using a multiple option campaign as 007 suggested.


Home > Tracking Campaigns > CPV Lab Pro