I need to track 2 variables in
but from what i know cake doesnt like for u to pass anything in s1
so is this a problem? http://offer.com/?a=33445&c=20&s1={var1}&s2={clickid}
If so then how can i pass 2 variables in cake? s2 & s3 ?
would that be this in
http://offer.com/?a=43334&c=20&s1={campaign.id}&s2={clickid}&s3={va r1}
i dont need this>> {campaign.id} i just didnt know what to put after s1
and what is my postback supposed to look like?
cheers!
Cake doesn't like you passing unique click IDs as s1 - because there would usually be thousands of them.
Everything else is fine, so just pass your {var1} as s1.
Cake also supports s3, s4 and s5, so you could use those as well if you want.
The main difference with s1 is that it gets displayed in the subaffiliate summary whereas the others are only accessibly through the click report.
This makes s1 ideal for grouping data into blocks e.g. campaign names.
thank you kindly sir 
and is this all good for postback ? http://xxxx.trackvoluum.com/postback?cid=#s2#
even tho theres no s1 in there?