At a glance: Airship, an AppsFlyer integrated partner, provides the world’s leading mobile engagement platform, helping thousands of businesses of all sizes form a direct and lasting connection with their customers. With Airship, companies gain total control of their mobile footprint — apps, wallets, and user-level data — to deliver experiences that get noticed and drive action across mobile or any other customer touch-point.
Important!
Some media sources restrict sharing data with third parties. Therefore, postbacks for restricted events won't be sent to this partner, regardless of the configured selection for sending postbacks.
Setting up Airship
Prerequisite: Before setting up the integration, make sure you contact the partner and open an account with them.
To activate or edit the integration:
-
To activate: In AppsFlyer, from the side menu, select Collaborate > Partner Marketplace.
To edit: In AppsFlyer, from the side menu, select Collaborate > Active Integrations. - Search for the partner and select it.
- Click Set up integration. You’re directed to the integration setup page.
- In the Integration tab, select the app for the integration and turn Activate partner on.
Note: The toggle must be on (activated) for as long as you work with the partner. - Complete the configuration using the relevant tabs, as described below.
For a detailed description of the Partner Configuration Window Header, click here.
Integration tab
The Integration tab is divided into different sections as described below.
Activate partner
On the first visit here, you will need to turn on Activate partner to enable the setup of the integration tab's parameters. The toggle must be on for as long as you work with the partner.
Learn more about partner activation.
General settings
Airship connects with AppsFlyer via a unique App Key and Token. If you don't already have them, you can obtain it from Airship to continue with the integration, or see below for instructions how to obtain it.
To configure the integration with Airship:
Minimum requirements - AppsFlyer SDK:
- Android – version 2.3.1.18 and above
- iOS – version 3.3.3 and above
Minimum requirements - Airship SDK - Version 13.1.0 and above.
- Integrating with Airship requires that the channelid (Airship's unique user identifier) is populated in AppsFlyer's SDK.
This parameter is sent with every postback and enables the identification of each user. To perform this you must insert the following strings to your app code:Important Note
Make sure the lines of code are inserted in the correct place – after Airship SDK is launched and before the appsflyer.sendtracking (Android) / trackAppLaunch (iOS) methods are called.
For more details about the
setAdditionalData
method, click here.HashMap<String, Object> customData = new HashMap<String,Object>(); String channelId = UAirship.shared().getChannel().getId(); customData.put("channelid", channelId); AppsFlyerLib.getInstance().setAdditionalData(customData);
For more details about the
setAdditionalData
method, click here.let channelID = UAirship.channel().identifier print("My Application Channel ID: \(channelID)")
- Get the App Key from Airship:
- Login to your Airship account at: go.airship.com
- On the left menu, go to Settings > APIs & Integrations and click Airship API.
- Copy the App Key.
- In AppsFlyer, paste the App Key in the App Key field.
- Get the Token from Airship:
- Login to your Airship account at: go.airship.com
- On the left menu, go to Settings > APIs & Integrations and click Tokens.
- Click Create Token.
- Enter token name and select the role.
- Click Create token.
- In AppsFlyer, paste the Token in the Token Authentication field.
Default postbacks
AppsFlyer can send automatic postbacks to Airship following user installs and re-engagements. Use this section to define the source of the users that allow sending these postbacks.
Select Events attributed to any partner or organic to send postbacks for any user that downloads the app to Airship.
Once you have saved the configuration, AppsFlyer sends the following data to Airship for every organic and non-organic install:
-
- Device ID (IDFA / Google Advertising ID)
- Media Source
- Campaign name
Attribution link tab
Cost tab
Cost data is not supported in the integration with this partner.
Ad revenue tab
Ad Revenue is not supported in the integration with this partner.
Permissions tab
Permissions are not available for Airship.
Set up and manage the attribution data in Airship console
In Airship, attributes are key-value pairs that you associate with your audience to help better target them with messages. Use attributes to target audiences with greater specificity than you would with tags.
Configure your AppsFlyer attribution data in Airship by adding individual attributes to your project.