Home > Paid Traffic Sources > POP / PPV / Redirect

PPV dynamic URL insertion (8)


02-06-2011 10:02 PM #1 thebj (Member)
PPV dynamic URL insertion

Stackman, do you have a code/script that will pull the URL that the visitor is on or the target URL and dynamically insert it in the PPV landing page?

Or can someone share a link that will break it down for me?

Thanks!


02-06-2011 10:06 PM #2 Durden (Member)

I dont have a specific script I can share, but CPV Lab has that function integrated


02-07-2011 06:10 AM #3 gallox (Member)

Here is the code from cpvlab

<?php $target = str_replace('http://', '', str_replace('https://', '', str_replace('www.', '', $_GET["target"]))); echo(ucfirst(strpos($target,'/') !== false ? substr($target,0,strpos($target,'/')) : $target)); ?>

you can customize that for any tracking solution as long as it has the option to pass the target to the landingpage. All you need to do is replace target in $_GET["target"] with the relevant variable name used in your landingpage URL.


02-08-2011 12:03 AM #4 stackman (Administrator)

^^
Awesome

This is a great technique which I'm writing up on my landing page guide as we speak. Just to mention it before hand, using a script to bring up the sites logo is even better.
For example: If your running a PPV campaign with 3 main targets, use a script to bring up the sites logo (which you can download the image of) instead of having it in text.
- I've done this for many Facebook campaigns, and it works great but Facebook doesn't like their logo on affiliates landing pages.


02-08-2011 06:14 AM #5 gallox (Member)

^^
Stack - unless you are using one of their social plugins (hint hint)


02-08-2011 07:49 AM #6 stackman (Administrator)

Jeeeze, they have that feature too! It might be time i change to CPVlab..I forget if it's been discussed but does CPVlab drop as many leads as P202. It seems p202 loses track of about 10% of my leads.


02-08-2011 08:48 AM #7 Durden (Member)

^^
I have only worked with CPV Lab for the last 10 days, but its been nearly 100% perfect - with 700+ leads.


02-08-2011 10:06 AM #8 gallox (Member)

@jordan - the social plugin I was referring to was facebook's not cpvlab

ive never had issues with lead loss & cpvlab - just waiting for them to release their social/ppc module


Home > Paid Traffic Sources > POP / PPV / Redirect