You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Adjust](https://www.adjust.com/) is one of the leading Mobile Measurement Partner (MMP) platforms that collects and presents data from marketing campaigns. This helps companies track their campaign performance.
13
+
[Adjust](https://www.adjust.com/) is one of the leading Mobile Measurement Partner (MMP) platforms that collects and presents data from marketing campaigns. This helps companies track their campaign performance.
14
14
15
15
Adapty provides a complete set of data that lets you track [subscription events](events) from stores in one place. With Adapty, you can easily see how your subscribers are behaving, learn what they like, and use that information to communicate with them in a way that's targeted and effective. Therefore, this integration allows you to track subscription events in Adjust and analyze precisely how much revenue your campaigns generate.
16
16
@@ -19,60 +19,58 @@ The integration between Adapty and Adjust works in two main ways.
19
19
1.**Adapty receives attribution data from Adjust**
20
20
Once you've set up the Adjust integration, Adapty will start receiving attribution data from Adjust. You can easily access and view this data on the user's profile page.
border: '1px solid #727272', /* border width and color */
26
+
width: '700px', /* image width */
27
+
display: 'block', /* for alignment */
28
+
margin: '0 auto' /* center alignment */
29
+
}}
30
+
/>
31
+
</Zoom>
33
32
34
33
2.**Adapty sends subscription events to Adjust**
35
34
Adapty can send all subscription events which are configured in your integration to Adjust. As a result, you'll be able to track these events within the Adjust dashboard. This integration is beneficial for evaluating the effectiveness of your advertising campaigns.
36
35
37
-
## How to set up Adjust integration
38
-
39
-
To set up the integration with Adjust go to [Integrations > Adjust](https://app.adapty.io/integrations/adjust) in the Adapty Dashboard, turn on a toggle from off to on, and fill out fields.
36
+
## Initial Setup
40
37
41
-
The next step of the integration is to set credentials.
border: '1px solid #727272', /* border width and color */
47
-
width: '700px', /* image width */
48
-
display: 'block', /* for alignment */
49
-
margin: '0 auto' /* center alignment */
50
-
}}
51
-
/>
52
-
</Zoom>
38
+
1. Open the Adapty Dashboard, and navigate to [Integrations > Adjust](https://app.adapty.io/integrations/adjust).
53
39
40
+
2. Set the toggle on top of the page to "on".
54
41
42
+
3. Fill out the fields, and set your access credentials.
55
43
56
-
1. If you have enabled OAuth authorization on the Adjust platform, it is mandatory to provide an **OAuth Token** during the integration process for your iOS and Android apps.
57
-
2. Next, you need to provide the **app tokens** for your iOS and Android apps. Open your Adjust dashboard and you'll see your apps.
border: '1px solid #727272', /* border width and color */
63
-
width: '700px', /* image width */
64
-
display: 'block', /* for alignment */
65
-
margin: '0 auto' /* center alignment */
66
-
}}
67
-
/>
68
-
</Zoom>
55
+
3. If you enabled OAuth authorization on the Adjust platform, it is mandatory to provide an **OAuth Token** during the integration process for your iOS and Android apps.
56
+
4. Next, provide the **app tokens** for your iOS and Android apps. Open your Adjust dashboard and you'll see your apps.
border: '1px solid #727272', /* border width and color */
62
+
width: '700px', /* image width */
63
+
display: 'block', /* for alignment */
64
+
margin: '0 auto' /* center alignment */
65
+
}}
66
+
/>
67
+
</Zoom>
70
68
71
-
:::note
72
-
You may have different Adjust applications for iOS and Android, so in Adapty you have two independent sections for that. If you have only one Adjust app, just fill in the same information.
73
-
:::
69
+
:::note
70
+
You may have different Adjust applications for iOS and Android, so in Adapty you have two independent sections for that. If you have only one Adjust app, just fill in the same information.
71
+
:::
74
72
75
-
3. Select your app from the list and copy **App Token**. Then, paste it to Adapty.
73
+
5. Select your app from the list and copy the **App Token**. Paste the token into the corresponding field on the Adapty dashboard.
@@ -104,7 +102,7 @@ So the first step here is to find event tokens for all events that you want Adap
104
102
/>
105
103
</Zoom>
106
104
107
-
2. Copy the event token and paste it to Adapty. Below the credentials, there are three groups of events you can send to Adjust from Adapty. Check the full list of the events offered by Adapty [here](events).
105
+
1. Copy the event token and paste it to Adapty. Below the credentials, there are three groups of events you can send to Adjust from Adapty. Check the full list of the events offered by Adapty [here](events).
@@ -117,21 +115,22 @@ So the first step here is to find event tokens for all events that you want Adap
117
115
/>
118
116
</Zoom>
119
117
120
-
121
118
Adapty will send subscription events to Adjust using a server-to-server integration, allowing you to view all subscription events in your Adjust dashboard and link them to your acquisition campaigns.
122
119
123
120
:::important
124
121
Consider the following:
122
+
125
123
- Adjust doesn't support events older than 58 days. So, if you have an event that is more than 58 days old, Adapty will send it to Adjust, but the event datetime will be replaced by the current timestamp.
126
124
- Adjust doesn’t support IPv6. If you disable IP collection in the SDK in **App settings** or on the SDK activation, only a backend IPv6 may be sent, and tracking can fail — keep SDK IP collection enabled to ensure IPv4 is used.
125
+
127
126
:::
128
127
129
-
## SDK configuration
128
+
## Attribution Integration
130
129
131
-
To set up the Adjust integration, you need to implement two parts:
130
+
After you complete the steps described above, add the following two methods to your app. They will establish communication between your app and Adjust:
132
131
133
-
1.**To send subscription data to Adjust**: Pass the Adjust device ID using the `setIntegrationIdentifier()` SDK method
134
-
2.**To receive attribution data from Adjust**: Update attribution data using the `updateAttribution()` SDK method
132
+
1.**To send subscription data to Adjust**: Pass the Adjust device ID to the `setIntegrationIdentifier()` SDK method
133
+
2.**To receive attribution data from Adjust**: Update attribution data with the `updateAttribution()` SDK method
135
134
136
135
For Adjust version 5.0 or later, use the following example:
Adapty sends selected events to Adjust as configured in the **Events names** section on the [**Adjust Integration page**](https://app.adapty.io/integrations/adjust). Each event is structured like this:
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/airbridge.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The integration between Adapty and Airbridge operates in two main ways.
20
20
2.**Sending subscription events to Airbridge**
21
21
Adapty can send all subscription events which are configured in your integration to Airbridge. As a result, you'll be able to track these events within the Airbridge dashboard. This integration is beneficial for evaluating the effectiveness of your advertising campaigns.
22
22
23
-
## How to set up Airbridge integration
23
+
## Initial Setup
24
24
25
25
To integrate Airbridge go to [Integrations > Airbridge](https://app.adapty.io/integrations/airbridge), turn on a toggle from off to on, and fill out fields.
26
26
@@ -94,12 +94,7 @@ Below the credentials, there are three groups of events you can send to Airbridg
94
94
/>
95
95
</Zoom>
96
96
97
-
98
-
99
-
100
-
101
97
Simply turn on the ones you need.
102
-
When subscription-related events happen, Adapty sends events to Airbridge. After receiving them Airbridge sends attribution result information to Adapty. The historical events will be sent in the last 24 hours instead of the real event time
103
98
104
99
## SDK configuration
105
100
@@ -171,7 +166,14 @@ try {
171
166
172
167
Read more about airbridgeDeviceId in [Airbridge documentation.](https://developers.airbridge.io/v1.1-en/docs/airbridge-device-id)
173
168
174
-
## Airbridge event structure
169
+
170
+
## Attribution Integration
171
+
172
+
Airbridge does not send real-time attribution data to Adapty. As such, there's no need to request attribution data from Airbridge in your application code.
173
+
174
+
It may take Adapty up to 24 hours to receive Airbridge attribution data following a subscription event. Adapty will immediately display it on the dashboard.
175
+
176
+
## Event structure
175
177
176
178
Adapty sends selected events to Airbridge as configured in the **Events names** section on the [**Airbridge Integration page**](https://app.adapty.io/integrations/airbridge). Each event is structured like this:
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/apple-search-ads.md
+32-33Lines changed: 32 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,7 @@ Once you've set up the Apple Ads integration, Adapty will start receiving attrib
31
31
/>
32
32
</Zoom>
33
33
34
-
35
-
36
-
37
-
38
-
There are two ways to get attribution: with the old iAd framework and the modern AdServices framework (iOS 14.3+).
39
-
40
-
## AdServices framework
34
+
## Connect the AdServices framework
41
35
42
36
Apple Ads via [AdServices](https://developer.apple.com/documentation/ad_services) does require some configuration in Adapty Dashboard, and you will also need to enable it on the app side. To set up Apple Ads using the AdServices framework through Adapty, follow these steps:
43
37
@@ -99,6 +93,37 @@ Copy the Client ID, Team ID, and Key ID fields from the Apple Ads settings. In t
99
93
/>
100
94
</Zoom>
101
95
96
+
## Attribution Integration
97
+
98
+
### Enable Attribution Integration
99
+
100
+
Adapty automatically collects Apple Search Ad attribution data. As such, you don't need to request it in application code. If you followed the steps to [Connect the AdServices Framework](#connect-the-adservices-framework), Adapty has already begun collecting attribution data.
101
+
102
+
### Disable Attribution Integration
103
+
104
+
Adapty can only store attribution data from one source at a time. If you enable multiple attribution sources, the system gives preference to the service that shares the most information. For iOS devices, this service is Apple Search Ads.
105
+
106
+
**Once you set the attribution value, you cannot override it.** To turn Apple Search Ads attribution off, open the [**App Settings** -> **Apple Search Ads** tab](https://app.adapty.io/settings/apple-search-ads), and toggle the **Receive Apple Search Ads attribution** switch.
border: '1px solid #727272', /* border width and color */
112
+
width: '700px', /* image width */
113
+
display: 'block', /* for alignment */
114
+
margin: '0 auto' /* center alignment */
115
+
}}
116
+
/>
117
+
</Zoom>
118
+
119
+
:::warning
120
+
121
+
Please note that disabling this will completely stop the reception of ASA analytics. As a result, ASA will no longer be used in analytics or sent to integrations. Additionally, SplitMetrics Acquire and Asapty will cease to function, as they rely on ASA attribution to operate correctly.
122
+
123
+
The attribution received before this change will not be affected.
You can use this public key in your Apple Ads settings of account with API Account Manager role. So you can use generated Client ID, Team ID, and Key ID values for Adapty and other services.
131
156
132
-
## Disabling Apple Ads attribution
133
-
134
-
Adapty can use attribution data in analytics from only one source at a time. If multiple attribution sources are enabled, the system will decide which attribution to use for each device based on the source that provides more fields.
135
-
136
-
For iOS devices, this means non-organic Apple Ads attribution will always take priority if it's enabled.
137
-
138
-
You can disable Apple Ads attribution receiving by toggling off the **Receive Apple Ads attribution in Adapty** in the [**App Settings** -> **Apple Ads** tab](https://app.adapty.io/settings/apple-search-ads).
border: '1px solid #727272', /* border width and color */
144
-
width: '700px', /* image width */
145
-
display: 'block', /* for alignment */
146
-
margin: '0 auto' /* center alignment */
147
-
}}
148
-
/>
149
-
</Zoom>
150
-
151
-
:::warning
152
-
153
-
Please note that disabling this will completely stop the reception of ASA analytics. As a result, ASA will no longer be used in analytics or sent to integrations. Additionally, SplitMetrics Acquire and Asapty will cease to function, as they rely on ASA attribution to operate correctly.
154
-
155
-
The attribution received before this change will not be affected.
0 commit comments