Hey,
someone has done this ? Their system is quite different then what's usual out there.
This is what there e-mail says, but still couldn't figure out how to make it work.
You just need to pass all of their token info to
Edit your Aarki traffic source and add all the various token values like advertising id, device id, app id, phone id, country, ip, etc. Every token they have. Send the click ID through as external ID.
The placeholders should be their tokens exactly, e.g. {device_id}.
Then edit you postback URL for Aarki and make it:
hxxp://postback.aarki.net/pbn/install?app_id={var1}&clk={externalid}&user_ip={va r2}&country={var3}&language={var4}
Where {var1} etc match up with the right passed values. You could also use {var:appid} and plug in the names of the custom variables as you wrote them into
If country and language are extra values that you pass back which they don't originally pass forward via tokens, just use Voluum's token for country and hard code language in for each campaign using the override postback URL feature.