|
|||||||
| Newbie Questions New to the whole making money online and developing your own sites thing? Post your questions here so that seasoned members can answer your questions. Please keep your questions out of the other categories. We know you're a newbie, but there's no reason to be annoying. |
|
Welcome to the WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Senior Member
|
If my Destination URL is: http://www.mysite.com/offer/index.ph...w=campaigninfo
What should the php code be so the campaign ID and subID will pass through? Right now, this is what I have but it doesn't seem to be passing the subID through: Code:
<?php
$t202kw = $_GET['t202kw'];
header("Location: http://www.mytrackingdomain.com/tracking202/redirect/dl.php?t202id=****&t202kw=");
?>
|
|
|
|
|
|
#2 (permalink) | |
|
OMG
|
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?
__________________
Quote:
|
|
|
|
|
|
|
#3 (permalink) | |
|
Senior Member
|
Quote:
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? |
|
|
|
|
|
|
#4 (permalink) | |
|
OMG
|
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?
__________________
Quote:
|
|
|
|
|
|
|
#5 (permalink) |
|
Señor Ryan
|
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. |
|
|
|
|
|
#6 (permalink) | |
|
Senior Member
|
Quote:
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? |
|
|
|
|
|
|
#7 (permalink) | |
|
WF Platinum Member
|
Maybe this will help?
__________________
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 301 Redirect Problem b/c of .htaccess & wordpress-given code (I think) | Cap'nShplanky | Newbie Questions | 1 | 02-12-2009 09:13 PM |
| Yet Another Redirect Thread | darkpedro | Affiliate Marketing | 1 | 09-06-2007 05:18 AM |
| Couple Redirect Questions | chatmasta | Traffic & Content | 3 | 06-14-2007 07:29 PM |
| Affliate Link Cloaking Tutorial | Kfleming | Affiliate Marketing | 39 | 05-12-2007 07:40 PM |
| Which is a better way to redirect? | RobJ | Newbie Questions | 3 | 04-29-2007 05:23 PM |