garret...where do I put that code since I'm not hosting the landing page? I'm direct linking to the offer...
<?php
$kw = $_GET['keyword'];
header("Location: http://youraffiliatelink.com/?subid=$kw");
Creative URL:
http://crazy-edu-scholarship.com/landingpage?subid={keyword}
Actually the code has to be:
Since there's no variable called $target.Code:<?php $kw = $_GET['keyword']; header("Location: http://youraffiliatelink.com/?subid=$kw");
BTW: If you'll be tracking subids from the affiliate network, might as well direct link in LeadImpact like this:
Code:Creative URL: http://crazy-edu-scholarship.com/landingpage?subid={keyword}
Code:Creative URL: http://crazy-edu-scholarship.com/landingpage?subid={keyword}