Does anyone know if I can pass a variable through tracking202 and have it come out the other side unchanged?
For example, if my link URL from (eg.) google is:
Out the other side of T202, can I get it to output:
At the moment, all I get is
ie. it drops any variable sent(in this case offer=2), and it doesn't put the value in a cookie either. I've also tried cloaked and uncloaked.
Short of editing dl.php to put a cookie or insert a variable, any ideas?
For example, if my link URL from (eg.) google is:
Code:
http://www.xxx.com/tracking202/redirect/dl.php?t202id=751&offer=2&t202kw=
Code:
http://x.azjmp.com/4WsFF?offer=2&sub=1000
Code:
http://x.azjmp.com/4WsFF?sub=1000
Short of editing dl.php to put a cookie or insert a variable, any ideas?