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
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/adjust.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@ The integration between Adapty and Adjust works in two main ways.
33
33
2.**Adapty sends subscription events to Adjust**
34
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.
35
35
36
-
## Initial Setup
36
+
## Web configuration
37
+
38
+
### Connect Adapty to Adjust
37
39
38
40
1. Open the Adapty Dashboard, and navigate to [Integrations > Adjust](https://app.adapty.io/integrations/adjust).
39
41
@@ -83,7 +85,7 @@ The integration between Adapty and Adjust works in two main ways.
83
85
/>
84
86
</Zoom>
85
87
86
-
##Events and tags
88
+
### Set up events and tags
87
89
88
90
Adjust works a bit differently from other platforms. You need to manually create events in Adjust dashboard, get event tokens, and copy-paste them to appropriate events in Adapty.
89
91
@@ -125,7 +127,7 @@ Consider the following:
125
127
126
128
:::
127
129
128
-
## Attribution Integration
130
+
## SDK configuration
129
131
130
132
After you complete the steps described above, add the following two methods to your app. They will establish communication between your app and Adjust:
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/airbridge.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ 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
-
## Initial Setup
23
+
## Web configuration
24
+
25
+
### Connect Adapty to Airbridge
24
26
25
27
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
28
@@ -74,11 +76,7 @@ Adapty API token field is pre-generated on the Adapty backend. You will need to
74
76
/>
75
77
</Zoom>
76
78
77
-
78
-
79
-
80
-
81
-
## Events and tags
79
+
### Set up events and tags
82
80
83
81
Below the credentials, there are three groups of events you can send to Airbridge from Adapty
84
82
@@ -167,7 +165,7 @@ try {
167
165
Read more about airbridgeDeviceId in [Airbridge documentation.](https://developers.airbridge.io/v1.1-en/docs/airbridge-device-id)
168
166
169
167
170
-
## Attribution Integration
168
+
## SDK configuration
171
169
172
170
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.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/apple-search-ads.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,10 @@ The Apple Ads integration in **App settings** is used only for basic analytics a
14
14
[Apple Ads Manager](adapty-ads-manager.md) uses a separate connection. Connect your Apple Ads account in the [Apple Ads Manager settings](adapty-ads-manager-get-started.md).
15
15
:::
16
16
17
-
18
17
Adapty can help you get attribution data from Apple Ads and analyze your metrics with campaign and keyword segmentation. Adapty collects the attribution data for Apple Ads automatically through its SDK and AdServices Framework.
19
18
20
19
Once you've set up the Apple Ads integration, Adapty will start receiving attribution data from Apple Ads. You can easily access and view this data on the profiles page.
@@ -39,7 +37,7 @@ Apple Ads via [AdServices](https://developer.apple.com/documentation/ad_services
39
37
40
38
Add `AdaptyAppleSearchAdsAttributionCollectionEnabled` to the app’s `Info.plist` file and set it to `YES` (boolean value).
41
39
42
-
### Step 2: Obtain Public Key
40
+
### Step 2: Obtain public key
43
41
44
42
In the Adapty Dashboard, navigate to [Settings -> Apple Ads.](https://app.adapty.io/settings/apple-search-ads)
45
43
Locate the pre-generated public key (Adapty provides a key pair for you) and copy it.
@@ -59,7 +57,7 @@ Locate the pre-generated public key (Adapty provides a key pair for you) and cop
59
57
If you're using an alternative service or your own solution for Apple Ads attribution, you can upload your own private key.
60
58
:::
61
59
62
-
### Step 3: Configure User Management on Apple Ads
60
+
### Step 3: Configure user management on Apple Ads
63
61
64
62
In your [Apple Ads account](https://searchads.apple.com/) go to **Settings > User Management** page. In order for Adapty to fetch attribution data you need to invite another Apple ID account and grant it API Account Manager access. You can use any account you have access to or create a new one just for this purpose. The important thing is that you must be able to log into Apple Ads using this Apple ID.
65
63
@@ -74,11 +72,11 @@ In your [Apple Ads account](https://searchads.apple.com/) go to **Settings > Use
74
72
/>
75
73
</Zoom>
76
74
77
-
### Step 4: Generate API Credentials
75
+
### Step 4: Generate API credentials
78
76
79
77
As a next step, log in to the newly added account in Apple Ads. Navigate to Settings -> API in the Apple Ads interface. Paste the previously copied public key into the designated field. Generate new API credentials.
80
78
81
-
### Step 5: Configure Adapty with Apple Ads Credentials
79
+
### Step 5: Configure Adapty with Apple Ads credentials
82
80
83
81
Copy the Client ID, Team ID, and Key ID fields from the Apple Ads settings. In the Adapty Dashboard, paste these credentials into the corresponding fields.
84
82
@@ -93,17 +91,15 @@ Copy the Client ID, Team ID, and Key ID fields from the Apple Ads settings. In t
93
91
/>
94
92
</Zoom>
95
93
96
-
## Attribution Integration
94
+
## SDK configuration
97
95
98
-
### Enable Attribution Integration
96
+
Once you complete [the AdServices framework setup](#connect-the-adservices-framework), Adapty automatically starts collecting Apple Search Ad attribution data. You don't need to add any SDK code.
99
97
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.
98
+
For iOS applications, this attribution data will **always** take priority over data from other sources. If this behaviour is unwanted, *disable* ASA attribution with the instructions below.
101
99
102
-
###Disable Attribution Integration
100
+
## Disable integration
103
101
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.
102
+
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.
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.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/appsflyer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The integration between Adapty and AppsFlyer operates in two main ways.
33
33
2.**Sending subscription events to AppsFlyer**
34
34
Adapty can send all subscription events that are configured in your integration to AppsFlyer. As a result, you'll be able to track these events within the AppsFlyer dashboard. This integration is beneficial for evaluating the effectiveness of your advertising campaigns.
35
35
36
-
## Initial Setup
36
+
## Web configuration
37
37
38
38
To setup the integration with AppsFlyer:
39
39
@@ -181,7 +181,7 @@ We recommend using the default event names provided by Adapty. But you can chang
181
181
182
182
Adapty will send subscription events to AppsFlyer using a server-to-server integration, allowing you to view all subscription events in your AppsFlyer dashboard and link them to your acquisition campaigns.
183
183
184
-
## Attribution Integration
184
+
## SDK configuration
185
185
186
186
After you complete the steps described above, call the `updateAttribution` method to save the attribution data, and use the `Adapty.setIntegrationIdentifier()` to set the integration identifier.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/asapty.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Using [Asapty](https://asapty.com/) integration you can optimize your Search Ads
11
11
12
12
This specific integration doesn't add any attribution data to Adapty, as we already have everything we need from [ASA](apple-search-ads) directly.
13
13
14
-
## Initial Setup
14
+
## Web configuration
15
15
16
16
To integrate Asapty navigate to [Integrations > Asapty](https://app.adapty.io/integrations/asapty) in the Adapty dashboard and fill out the field value for Asapty ID.
17
17
@@ -45,7 +45,7 @@ Below the credentials, there are three groups of events you can send to Asapty f
45
45
46
46
We recommend using the default event names provided by Asapty. But you can change the event names based on your needs.
47
47
48
-
## Attribution Integration
48
+
## SDK configuration
49
49
50
50
Once you complete the steps outlined above, Adapty automatically receives attribution data from Asapty. There's no need to explicitly request attribution data in your application code. For better attribution data accuracy, configure Asapty to share the `customerUserId` with each event's data.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/attribution-integration.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ Integrate Adapty with an attribution data provider to:
21
21
22
22
Adapty supports a [simplified integration process](#simplified-attribution-process) for 9 popular platforms. You can integrate any other platform with a [manual attribution](#manual-attribution) process.
23
23
24
-
25
24
## Simplified attribution process
26
25
27
26
Adapty offers out-of-the-box attribution integration with [9 popular services](#platform-specific-guides). These platforms can automatically receive [subscription data](events) from Adapty, process each purchase, and respond with an appropriate attribution.
@@ -102,7 +101,6 @@ If your attribution source does not suppport the [simplified attribution workflo
102
101
103
102
-`attribution` (required): dictionary with attribution data.
104
103
-`source` (required): attribution source. Set to `.custom` if your attribution provider does not support the [simplified attribution process](#simplified-attribution-process).
105
-
-`networkUserID` (optional): a string with the profile ID from the attribution service.
106
104
107
105
5. **Disable other event sharing services and attribution sources** to avoid [event duplication](#avoid-event-duplication) and [data conflicts](#select-a-single-attribution-source).
108
106
@@ -122,6 +120,6 @@ If you use Adapty to share real-time subscription data with your attribution ser
122
120
123
121
Duplicate events can skew your analytics, and make it hard to interpret data. Once you configured Adapty event sharing, turn third-party event forwarding capabilities **off**.
124
122
125
-
### What's Next
123
+
### What's next?
126
124
127
-
Enable [User Acquisition Analytics](user-acquisition.md) to learn more about your application economy. Dive deeper into the complicated relationship between ad spend and subscription revenue.
125
+
Enable [User Acquisition Analytics](user-acquisition) to learn more about your application economy. Dive deeper into the complicated relationship between ad spend and subscription revenue.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/branch.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The integration between Adapty and Branch operates in two main ways.
37
37
2.**Sending subscription events to Branch**
38
38
Adapty can send all subscription events which are configured in your integration to Branch. As a result, you'll be able to track these events within the Branch dashboard.
39
39
40
-
## Initial Setup
40
+
## Web configuration
41
41
42
42
To integrate Branch go to [Integrations > Branch](https://app.adapty.io/integrations/branch) in Adapty Dashboard , turn on a toggle from off to on, and fill out fields.
43
43
@@ -101,7 +101,7 @@ We recommend using the default event names provided by Adapty. But you can chang
101
101
102
102
Adapty will send subscription events to Branch using a server-to-server integration, allowing you to view all subscription events in your Branch dashboard and link them to your acquisition campaigns.
103
103
104
-
## Attribution Integration
104
+
## SDK configuration
105
105
106
106
1. Call the `.setIntegrationIdentifier()` SDK method to initialize the connection. You can pass your Branch Identity ID to the `customerUserId` parameter.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/facebook-ads.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ With the Facebook Ads integration, you can easily check your app stats in Meta A
16
16
17
17
The integration between Adapty and Facebook Ads operates in the following way: Adapty sends all subscription events that are configured in your integration to Facebook Ads. This integration is beneficial for evaluating the effectiveness of your advertising campaigns.
18
18
19
-
## Initial Setup
19
+
## Web configuration
20
20
21
21
To integrate Facebook Ads and analyze your app metrics, you can set up the integration with Meta Analytics. By sending events to Meta Ads Manager, you can create lookalike audiences based on subscription events like renewals. To configure this integration, navigate to [Integrations > Facebook Ads](https://app.adapty.io/integrations/facebookanalytics) in the Adapty Dashboard and provide the required credentials.
22
22
@@ -113,7 +113,7 @@ StartTrial, Subscribe, CancelSubscription are standard events.
113
113
114
114
To enable specific events, simply toggle on the ones you require. In case multiple event names are selected, Adapty will consolidate the data from all the chosen events into a single Adapty event name.
115
115
116
-
## Attribution Integration
116
+
## SDK configuration
117
117
118
118
If you follow the steps above, Facebook will automatically receive subscription data from Adapty.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.0/singular.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Adapty provides a complete set of data that lets you track [subscription events]
13
13
14
14
Adapty can send all subscription events which are configured in your integration to Singular. As a result, you'll be able to track these events within the Singular dashboard. This integration is beneficial for evaluating the effectiveness of your advertising campaigns.
15
15
16
-
## Initial Setup
16
+
## Web configuration
17
17
18
18
To set up the integration with Singular, go to [Integrations > Singular](https://app.adapty.io/integrations/singular) in your Adapty Dashboard, turn on a toggle, and fill out the fields.
0 commit comments