How Do You Do A Redirect With 202?



I'm not sure exactly what you're trying to do here, but the header line isn't adding the t202kw variable, it should look like this:

Code:
header("Location: http://www.mytrackingdomain.com/tracking202/redirect/dl.php?t202id=****&t202kw=" . $t202kw);


That's if your subID is the kw. Are you just trying to set up a basic LP or do something more?
 
I'm not sure exactly what you're trying to do here, but the header line isn't adding the t202kw variable, it should look like this:

Code:
header("Location: http://www.mytrackingdomain.com/tracking202/redirect/dl.php?t202id=****&t202kw=" . $t202kw);
That's if your subID is the kw. Are you just trying to set up a basic LP or do something more?

Thanks.

I'm trying to set up a basic redirect to swap out offers in the php file without having to resubmit the ad.

Can I assume this is the best way to do it?
 
OH, with 202? No no, you don't have to do all that. You just change the "affiliate URL" link inside the Setup>Aff Campaigns menu. This isn't a direct link, right?
 
I assume you are trying to direct link?

setup an aff campaign inside t202 with the offer URL (with room for subid at the end). when you pull the links, you will get a direct link that will track subids through t202 (so you won't be manually tracking subids.. they pass through values like 429320 which can be "updated" in t202 to show conversions to match up with the variable "t202kw" or you can use a pixel/postback to do it automatically). you can edit the offer URL within t202 at any time to change offers.
 
OH, with 202? No no, you don't have to do all that. You just change the "affiliate URL" link inside the Setup>Aff Campaigns menu. This isn't a direct link, right?

Yes, this is a direct link. No LP used.

I know I can do this in 202 by adding new URL's in the Aff Campaigns menu but don't the offers I add have to be from the same network as before?

What if I want to swap out the offer that isn't working with one from a different network? That won't work doing it that way, will it?