Home > > Coreg

P202 + Coreg questions (2)


09-21-2011 11:13 PM #1 m0thm4n (Member)
P202 + Coreg questions

Hi Stackers!

Is anyone able to answer some Questions that I have regarding P202 + Coreg?

Landing Pages:

I'm just using Simple Landing pages, is this correct? I just have a landing page that collects data and then the next page is the coreg path.

Do I think click on Get LP Code? I'm guessing yes... So I clicked on that and clicked Simple Landing Page, then populated the drop downs so that I was able to select the correct landing page then I clicked Generate Tracking Link.

So the first code snippet (inbound) I'm give would just be placed in the head of the initial landing page?

I don't really understand the outbound code snippets.

Do I then click on Get Links? Do I use the code from Generate Tracking Link as the landing page link in Lead Impact?

How do I then integrate P202 properly with my landing page code?

According to bbrock32's tutorial, I think I should make it look like this:

Code:
<? 
session_start(); 
$fname=@$_GET['leadFirstName']; 
$lname=@$_GET['leadLastName']; 
$email=@$_GET['leadEmail']; 
$p1=@$_GET['leadCellPhone1']; 
$t202subid=$_COOKIE['tracking202subid']; 
$p2=@$_GET['leadCellPhone2']; 
$p3=@$_GET['leadCellPhone3']; 
$phone=$p1.$p2.$p3; 
$spkey="yoursilverpathkeygoeshere"; 
$gtkey="yourgametheorykeygoeshere"; 
$exit="exiturlgoeshere"; 
$exit=urlencode($exit); 
$spurl="http://www.silver-path.com/path.php?src_key=$spkey&email=$email&first_name=$fname&last_name=$lname&mobile_number=$phone&country=US&subid1=$t202subid&exit_url=$exit"; 
$gturl="http://gtoffers.com/coreg/entry.php?p=$gtkey&limit=6&email=$email&framed=1&fname=$fname&lname=$lname&phone=$phone&sid=$t202subid&redirect=$exit"; 
//Change to $url=$gturl to use gametheory instead of silverpath 
$url=$spurl; 
%>
Does the cookie in this part $t202subid=$_COOKIE['tracking202subid']; come from that outbound code that I didn't really understand where to put?

I feel like I'm close to understanding this but just need some help with you guys to get over the line!


09-22-2011 01:22 PM #2 m0thm4n (Member)

Wow, that barely made sense! I should get more sleep :P

I think i have this pretty much sorted now. Just waiting on another test.


Home > > Coreg