Home > Paid Traffic Sources > POP / PPV / Redirect

Mediatraffic target passthrough with Prosper (how to setup?) (1)


01-01-2013 05:30 PM #1 avalanche (Member)
Mediatraffic target passthrough with Prosper (how to setup?)

I can't use my cpvlab on this new campaign due to some dynamic urls I have to construct, so am using my prosper install

However, the way mediatraffic does the target passthrough has me a little thrown as to how I set it up when using a LP

What I have so far is

1) mediatraffic will append a ?=target_passthrough on the end of my url to the LP
2) I'm using a php GET to grab the variable
3) then I'm passing the variable through my link to the offer
4) then prosper has this php code on my outbound page

Code:
<?php
$keyword = $_GET['target_passthrough'];  
  // ------------------------------------------------------------------- 
  //
  // Tracking202 PHP Redirection, created on Tue Jan, 2013
  //
  // This PHP code is to be used for the following landing page.
  // http://mydomain.com/index.php
  //                       
  // -------------------------------------------------------------------
  
  if (isset($_COOKIE['tracking202outbound'])) {
	$tracking202outbound = $_COOKIE['tracking202outbound'];     
  } else {
	$tracking202outbound = 'http://mydomain.com/tracking202/redirect/lp.php?lpip=111&pci='.$_COOKIE['tracking202pci'];
  }
  
  header('location: '.$tracking202outbound);
  
?>
I can fiddle with code but am by no means a programmer. Anyone know how to get that variable passed through from here to the offer - like do I append it after the "pci" instead of the cookie, or do I need to go at this from a completely different direction? Couldn't find anything on the prosper forums and no knock on Nana, but the response times for the free version are understandably slow/spotty.

thanks -


Home > Paid Traffic Sources > POP / PPV / Redirect