SORRY, IM RUNNING ON VERY LITTLE SLEEP.. I MEANT AIRPUSH
i emailed support and they sent me this:
carrier = \'%carrier%\'
device = \'%device%\'
manufacturer = \'%manufacturer%\'
campaignid = \'%campaignid%\'
creativeid = \'%creativeid%\'
however, when i put those into prosper, like i would add in c1: \'%creativeid%\' but then my link would get all fucked up, my link then looks like this:
tracking202/redirect/dl.php?t202id=xxxx&c1=\\\\\\\'%carrier%\\\\\\\'&t2 02kw=
it's like obnoxious with all the \'s when i have 4 of those parameters in there. am i missing something or do i have added things in there? maybe its just with the % around it?
You don't have to use the slashes '\'
EDIT : I don't know if things have changed but JUMPTAP parameters used to be:
Operator -> JT_OPERATOR
Handset -> JT_HANDSET
Keyword -> JT_KEYWORD
Publisher -> JT_PUBLISHER
Site -> JT_SITE
Lol alright bro. Can't help you with airpush - sorry!
%carrier%
%Device%
%manufacturer%
%campaignid%
%creativeid%
The above is what I'm using, nothing more. Please always double check your link and see whether the variables are being appended properly, for example, no spacing or any other extra character after each variable, or else it won't work. e.g http://www.example.com/redirect/track202?c1=%carrier% &c2=%Device%&c3=%creativeid% <----- this link is not gonna track properly as there is a "space" between c1=%carrier% and &c2=%Device%, so double check it before you put your campaign live.
Hope it helps.