The SKAdNetwork Data Forwarding API is a Remerge tool that offers its clients and partners a method of transferring a wide range of data to Remerge. You may utilize the following document to forward Remerge your SKAdNetwork install events and the corresponding decoded conversion values.
Process
Request
GET
Response
HTTP 204 (by default). Therefore, reach out to your Remerge Account Manager to ensure your request's success.
Endpoint
Protocol
HTTPS
Name | Content | Examples |
---|---|---|
app_id (M) | iTunes | 553834731 |
os_name (M) | This value is hardcoded | ios |
is_attributed (M) | 1 = Remerge was the last touch before attribution, 0 = Remerge was part of the touch chain but not the last touch before the attribution | 1 or 0 |
partner (M) | Name of the tracking partner | mycompany |
key (M) | Partner's Key (provided by Remerge) | x34dlx |
partner_match_type (M) |
This value is hardcoded to skadnetwork |
skadnetwork |
postback_type (M) |
This value is hardcoded and signifies the type of postback we are getting from you as a partner, as you might be using multiple of our APIs |
{your_name_initials}_skan, e.g., mc_skan |
skan_source_app_id |
Source App ID as from the Apple attribution postback (also called, the publisher app) |
553834731 |
skan_redownload |
Redownload flag as from the Apple attribution postback |
1 or 0 |
skan_campaign_id |
Campaign ID as listed on the Apple attribution postback |
2 |
skan_postback_id |
A unique id to be able to de-duplicate the unique event postbacks |
mndfgkvckdfgkwro23 |
event |
Install event OR |
Skan_install_{yourname initials}, e.g., skan_install_mc OR purchase |
revenue |
Revenue associated with the conversion value. The number needs to be times 1000. Leave empty if not applicable to the event |
revenue=170000 (=0.17), 5750000 (=5.75$) |
(revenue_float) |
In case your prices do not contain sub-cent values and a decimal separator |
revenue_float=49000 (49000) |
currency |
A currency associated with the revenue of the conversion value. Please follow standard xxx. Leave empty if not applicable to the event |
USD |
Example
- An Install Postback Example:
https://remerge.events/event?os_name=ios&partner_match_type=skadnetwork&postback_type=yourname_skan&event_name=skan_install_yourname&skan_source_app_id={SiteID}&skan_postback_id={SkanNonce}&skan_redownload={SkanRedownload}&skan_campaign_id={SkanCampaignId}&app_id={AppID}
- An In-App Event Postback Example (decoded conversion value):
https://remerge.events/event?os_name=ios&partner_match_type=skadnetwork&postback_type=yourname_skan&skan_source_app_id={SiteID}&skan_postback_id={SkanNonce}&skan_redownload={SkanRedownload}&skan_campaign_id={SkanCampaignId}&app_id={AppID}&event_name={EventName}&revenue={EventRevenueUSD}¤cy={EventRevenueCurrency}