I have click id set up as a token and I'm trying to pass it on to a postback URL. Unfortunately, it seems to be posting as [[clickid]] instead of the actual value of the click id.
Any ideas on what could be going wrong?
I tried both of those already and neither has worked. 
It's Go2Mobi which uses {clickid}. I have that set up as one of the tokens, so I believe it should work to use [[clickid]] in the postback URL.
http://www.slideshare.net/RalphRuckm...rax-user-guide
That's what it seems to indicate on page 18 anyway.
The click ids are showing up in reporting and I'm manually posting them to the URL so they show up in Go2mobi. This, of course, is annoying and tedious. I just want it to work like it's supposed to lol
%clickid% doesn't work either.
Go2mobi have postback blacklist?
If post fake data to url , they blacklist you. Wrongly formatted data.
I'm pretty sure that isn't the case. I wrote a little php code to act as the postback url, intercept the variables, log what it tries to post, and then post them to Go2mobi. When I manually enter the ID, it successfully posts but otherwise it tries to post the token [[clickid]] instead of the actual data. From what I'm seeing, the issue is with the tokens rather than any blacklisting issues.
Started working with [[c3]]. I guess the name value doesn't translate to the double bracket format.