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:
<? 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; %>
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.