AdEven/Adjust Post Install Events Integration

An advertiser has the ability to use Adjust's tools partners.adjust.io to see what the URL would be like.

For Android, it would look like this:

 http://data.appia.com/v2/user/event?referrer={APPIA_CLICK_ID}&source=AE&event=purchase&appId={app_id}&timestamp={created_at}&androidId={android_id}&macAddress={mac_md5}&deviceIp={ip_address}&deviceModel={device_name}&countryCode={country}

For iOS:

 http://data.appia.com/v2/user/event?referrer={APPIA_CLICK_ID}&source=AE&event=purchase&appId={app_id}&timestamp={created_at}&idfa={idfa}&macAddress={mac_md5}&deviceIp={ip_address}&deviceModel={device_name}&countryCode={country}

 

For the special events, such as "open", "purchase" etc, on partners.adjust.io, you can add an even token and a specific callback address. 

For example, for the 'registration' event, the token could be 'regi12' and the callback address 'http://data.appia.com/v2/user/event?id=registration'.

Same thing goes for all the other events. So for a purchase event, you would have, for example a token such as "pchse1' and a callback 'http://data.appia.com/v2/user/event?id=purchase'

 

Found at the bottom of partners.adjust.io the encoded URL. Which, from the example above and with all the specific events, is:

 http://app.adjust.io/install?install_callback=http%3A%2F%2Fdata.appia.com%2Fv2%2Fuser%2Fevent%3Freferrer%3D{APPIA_CLICK_ID}%26source%3DAE%26event%3Dinstall%26appId%3D%7Bapp_id%7D%26timestamp%3D{created_at}%26androidId%3D%7Bandroid_id%7D%26macAddress%3D{mac_md5}%26deviceIp%3D%7Bip_address%7D%26deviceModel%3D{device_name}%26countryCode%3D%7Bcountry%7D

&event_callback_regi12=http%3A%2F%2Fdata.appia.com%2Fv2%2Fuser%2Fevent%3Fid%3Dregistration

&event_callback_open12=http%3A%2F%2Fdata.appia.com%2Fv2%2Fuser%2Fevent%3Fid%3Dopen

&event_callback_pchse1=http%3A%2F%2Fdata.appia.com%2Fv2%2Fuser%2Fevent%3Fid%3Dpurchase

&event_callback_cmpl12=http%3A%2F%2Fdata.appia.com%2Fv2%2Fuser%2Fevent%3Fid%3Dcompletion

&event_callback_sess12=http%3A%2F%2Fdata.appia.com%2Fv2%2Fuser%2Fevent%3Fid%3Dsession

&event_callback_srch12=http%3A%2F%2Fdata.appia.com%2Fv2%2Fuser%2Fevent%3Fid%3Dsearch