Ok.. I am running a category targeted campaign and am getting tons of conversions at like a 10% roi. Since those corporate assholes dont let you use the target_passthrough to track placements.. is there another way?
Right now I am using this (php noob) and it doesnt work.
Any good code to figure out which placements they're placing me at?
Right now I am using this (php noob) and it doesnt work.
<?php
$sub = $_SERVER['HTTP_REFERER'];
header("Location: http://affiliatelink.com/?subid=mt-$sub");
Any good code to figure out which placements they're placing me at?
