Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202

passing pre-pop variables to an offers landing page Prosper 202 (8)


04-01-2014 06:15 AM #1 seowork12 (Member)
passing pre-pop variables to an offers landing page Prosper 202

i made a post a couple weeks ago about this but still have not figured out how to do this the rite way if some one can help i will appreciate it alot

i have A campaign I am about to run requires me to pass email zip code etc as a get variable in the url. For example: offerpage.com?id=204&email=$email.com&zip=$zip
This is also known as a pre-pop, as in “pre-populating” an offer.

The Problem:
So my landing page is all set up. I have a form on there that let’s the user enter his email and I have my Prosper202 tracking code in place. Everything’s great until I have to actually pass that email through Prosper and then to my offer page.
When you “Get LP Code” in Prosper202, you get outbound link
Even if you modify this URL, any additional variables you add will get ignored and lost during the redirection process.

what can i do to pass my pre pop data with prosper ? i am using prosper 202 version 1.7.2 self hosted


04-01-2014 06:49 AM #2 zeno (Administrator)

Vanilla P202?

http://ctrtard.com/affiliate-marketi...rosper-202-mo/


04-01-2014 10:22 AM #3 seowork12 (Member)

hi zeno thanks for the reply but this doesent work for prosper version 1.7.2


04-01-2014 10:25 AM #4 zeno (Administrator)

It doesn't? Damn. I don't use vanilla p202 or have it installed - though surely someone out there knows the solution to this.

Do you need to use vanilla p202? I have a feeling you may have mentioned wanting to use it due to the on-page vs incoming URL tracking.


04-01-2014 04:45 PM #5 caurmen (Administrator)

Yep, looks like that's an old version of Prosper.

This is still doable in Vanilla Prosper, but you'd need to modify a few files - assuming you're using a POST from a form in your landing page, you'd need to pull the email address in your redirect php (probably using "$_POST[email]"), then append that as a GET variable to the outbound link in the header line at the end of the file.

That would look like

header('location: '.$tracking202outbound.'&email='.$_POST[email]);
Then you'd need to modify the file that the tracking202outbound link sends you to to pass the email on again. I think that's lp.php.

It's a bit of a headache, but should be doable, and you'll only need to do it once. Let me know if you need more info.


04-01-2014 11:49 PM #6 seowork12 (Member)

thanks guys what version of prosper 202 supports passing pre-pop variables can you guys give me a link I wasnt aware of any prosper versions that can do this


04-02-2014 04:45 PM #7 caurmen (Administrator)

No version of Prosper that I know of supports it out of the box - but the latest version of Prosper will support it with the changes I suggest.


04-02-2014 11:04 PM #8 seowork12 (Member)

thanks caurmen i got it to work temp fix for now


Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202