Home > > Coreg

Tracking coreg with CPV Lab help (13)


11-13-2011 10:16 PM #1 godspeed (Member)
Tracking coreg with CPV Lab help

Any simple way of tracking coreg with CPV Lab? This is the only thing that keeps me away from building more coreg campaigns.


11-14-2011 07:17 AM #2 extremesg (Member)

^^^^^ Same here. I know HD2010 did a semi-walkthrough incorporating AWeber, ... but I'd love to see an example layed out like the P202 one.


11-14-2011 10:02 AM #3 shanktank (Member)

I'm sure the mods would hate to repeat this - Use the search bar.

http://stmforum.com/forum/showthread...ber-amp-CPVLab

Or p202:
http://stmforum.com/forum/showthread...is-Your-Thread


11-14-2011 11:30 AM #4 godspeed (Member)

I needed just simple tracking without aweber Already used search button.


11-14-2011 11:53 AM #5 bbrock32 (Administrator)

Hold on guys , testing coreg with CPVLAB as typing this.

If I can make it work expect a post tomorrow.


11-14-2011 12:06 PM #6 hd2010 (Member)

Quote Originally Posted by extremesg View Post
^^^^^ Same here. I know HD2010 did a semi-walkthrough incorporating AWeber, ... but I'd love to see an example layed out like the P202 one.
me ? can't remember


11-14-2011 12:09 PM #7 godspeed (Member)

Quote Originally Posted by bbrock32 View Post
Hold on guys , testing coreg with CPVLAB as typing this.

If I can make it work expect a post tomorrow.
Grrreeeat I already talk to Robert, Coreg is on their to do list, but you know ....
It would be nice if you make it work.


11-14-2011 01:41 PM #8 ppvnewbie (Member)

I tried this once for a coreg campaign but never really took action on this (shame on me, I know). From my tests it worked fine and target was passed as well. The PPV Pop shows a selection of 3 offers (ipad/iphone etc.) as well...

My code is based on bbrock's awesome coreg code/template he provided a while back.

So here you go but don't take it granted pls. I am NO coder and created that with a lot of coffee, nerves and swearing.

My test campaign was like this:

PPV Lander (3 Offer Selection) -> COREG STEPS (Lead Capture) -> EXIT URL

Step1: CPVlab Setup (Landing Page Sequence)

Click image for larger version. 

Name:	coreg-cpvlab1.jpg 
Views:	106 
Size:	8.8 KB 
ID:	383

Step2: PPV Lander

Put this code on top of your ppv lander:

Code:
<?php
session_start();
$_SESSION['keyword'] =  $_GET["keyword"];
?>
Your base2.php link like normal:
Code:
http://www.yourtrackingdomain.info/base2.php?prize=iphone4
And finally your js before the </body>
Code:
<input type="hidden" id="hidLocation" value="http://www.yourtrackingdomain.info/" />
<script type="text/javascript" src="http://www.yourtrackingdomain.info/landing.js"></script>
Step3: Lead Capture (Email)

Code:
<?php
session_start();
$target = $_POST["keyword"];
$prize = $_GET["prize"];
?>
OTPIONAL CODE
Code:
<?php if ($prize != "") { ?>
<img src="images/<?php echo $prize; ?>.jpg" style="border: 2px solid #CDE9F5;" />
<?php } else { ?>
<img src="images/noimage.jpg" style="border: 2px solid #CDE9F5;" />
<?php } ?>
Step4: COREG IFRAMING

To get the subid passed you add this where you're iframing the coreg:
Code:
$cpvlabsubid=@$_POST['keyword'];
And use $cpvlabsubid instead of bbrock's sid=$t202subid. So it looks like:
Code:
$gturl="http://gtoffers.com/coreg/entry.php?p=$gtkey&limit=6&email=$email&framed=1&fname=$fname&lname=$lname&phone=$phone&sid=$cpvlabsubid&redirect=$exit"
For the exit url I used the base3.php linnk from cpvlab.

Now there is one problem I see right now. I wasn't able to pass the offer id, based on the selection the user did on my PPV lander, through the path. This is crucial if you want to use that offer as exit url...Maybe bbrock can shortly chime in and give me some code?

GREEN CODE

The green code is optional and was used to show an image on my first lead capture page based on the offer the user selected. This allows me to use only ONE lead capture page even there are more offers then one ;-)

Good luck bros.


11-14-2011 02:31 PM #9 extremesg (Member)

@HD2010 .... sorry bro, wrong guy, should have been shanktank for the previous walkthrough!

@bbrock32 ... here's hoping your figure it out then!


11-14-2011 09:38 PM #10 ibanez (Member)

Quote Originally Posted by bbrock32 View Post
Hold on guys , testing coreg with CPVLAB as typing this.

If I can make it work expect a post tomorrow.
That would be great,thanks!


11-14-2011 11:52 PM #11 pancakes (Member)

ppvnewbie, thanks for spelling this out. I've been looking to implement CPVLab + coreg, so this is definitely really helpful.


12-16-2011 06:53 AM #12 ytalent7 ()

a lot of people seem to have trouble tracking coreg with cpvlab. one way is to use just 2 pages.

i wont spell it out with screenshots but i will give you an idea.

use the multiple path campaign in cpvlab. this way you can test multiple lander angles at once and splittest each as needed.

put your survey questions/data collection on the first page.

then put the iframed path page (e.g. pathframe.php) as the offer in cpvlab for that multi path.

append something like ?sub1= to your pathframe.php. use aweber form on the main page and check forward vars in aweber.

use your base3.php?adsub=1 cpvlab link as your custom thankyou page redirect so aweber sends collected data back to cpvlab or whatever.

cpvlab then uses ?sub1= to pass the cpvlab subid to your pathframe.php so you can send it on to coreg network.

in your pathframe.php which is bbrocks page3 template file, you grab the data and the cpvlabsubid (check the manual, theres a specific variable name for it), then you just plug that stuff into your cpvlab link along with &redirect.

hope that makes sense to someone.


03-02-2012 08:29 PM #13 tonyt2929 (Member)

Quote Originally Posted by bbrock32 View Post
Hold on guys , testing coreg with CPVLAB as typing this.

If I can make it work expect a post tomorrow.
Any chance we'll be able to see that CPVlab-Coreg Tutorial anytime soon?


Home > > Coreg