Hi guys, prosper gave me a php code for my redirect. it looks like this :
<?php
// -------------------------------------------------------------------
//
// Tracking202 PHP Redirection, created on Sun Dec, 2009
//
// This PHP code is to be used for the following setup:
// MY SUPER AFFILIATE OFFER
//
// -------------------------------------------------------------------
$tracking202outbound = 'http://www.mydomain.com/tracking202/redirect/off.php?acip=8387&pci='.$_COOKIE['tracking202pci'];
header('location: '.$tracking202outbound);
?>
Ok. But let's imagine that code is included in this file called "offer1.php" and the link that goes there looks like this :
http://www.mydomain.com/goto/offer1.php?kw=popexit
so the keyword I want to pass is "popexit"
The thing is with that setup, the keyword do not go throught the redirect...because i don't see it in my p202 stats. I checked with Live HTTP Headers and no, it's not going throught...
Any clues on how to solve this ?
<?php
// -------------------------------------------------------------------
//
// Tracking202 PHP Redirection, created on Sun Dec, 2009
//
// This PHP code is to be used for the following setup:
// MY SUPER AFFILIATE OFFER
//
// -------------------------------------------------------------------
$tracking202outbound = 'http://www.mydomain.com/tracking202/redirect/off.php?acip=8387&pci='.$_COOKIE['tracking202pci'];
header('location: '.$tracking202outbound);
?>
Ok. But let's imagine that code is included in this file called "offer1.php" and the link that goes there looks like this :
http://www.mydomain.com/goto/offer1.php?kw=popexit
so the keyword I want to pass is "popexit"
The thing is with that setup, the keyword do not go throught the redirect...because i don't see it in my p202 stats. I checked with Live HTTP Headers and no, it's not going throught...
Any clues on how to solve this ?