Skip to content

Commit fc5863b

Browse files
ASA – LLM optimization
1 parent edbca36 commit fc5863b

4 files changed

Lines changed: 35 additions & 22 deletions

File tree

versioned_docs/version-3.0/adapty-ads-manager-get-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ In this guide, you will learn how to start working with Apple Ads Manager in two
1313
1. Install the Adapty SDK and let it track your purchase data.
1414
2. Connect Apple Ads Manager to your Apple Ads account to import your historical data and start tracking real-time updates.
1515

16+
:::note
17+
Apple Ads Manager does not use the [Apple Ads integration](apple-search-ads.md) from **App settings**.
18+
19+
To use Apple Ads Manager, you only need to complete the setup described in this guide.
20+
:::
21+
1622
## 1. Install the Adapty SDK
1723

1824
:::important

versioned_docs/version-3.0/ads-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import ZoomImage from '@site/src/components/ZoomImage';
88
import CustomDocCardList from '@site/src/components/CustomDocCardList';
99

1010
:::important
11-
Before you start using the Ads Manager, ensure you have completed the steps from [this guide](ads-manager.md).
11+
Before you start using the Ads Manager, ensure you have completed the steps from [this guide](adapty-ads-manager-get-started.md).
1212
:::
1313

1414
Apple Ads Manager lets you do three important things in one place:

versioned_docs/version-3.0/apple-search-ads.md

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
---
2-
title: "Apple Search Ads (ASA)"
3-
description: "Integrate Apple Search Ads with Adapty to optimize subscription conversions."
4-
metadataTitle: "Apple Search Ads Integration | Adapty Docs"
5-
keywords: ['apple ads', 'asa', 'apple search ads']
2+
title: "Apple Ads"
3+
description: "Integrate Apple Ads with Adapty to optimize subscription conversions."
4+
metadataTitle: "Apple Ads Integration | Adapty Docs"
5+
keywords: ['apple ads', 'asa', 'Apple Ads']
66
---
77

88
import Zoom from 'react-medium-image-zoom';
99
import 'react-medium-image-zoom/dist/styles.css';
1010

11-
Adapty can help you get attribution data from Apple Search Ads and analyze your metrics with campaign and keyword segmentation. Adapty collects the attribution data for Apple Search Ads automatically through its SDK and AdServices Framework.
11+
:::important
12+
The Apple Ads integration in **App settings** is used only for basic analytics and for SplitMetrics Acquire and Asapty integrations.
1213

13-
Once you've set up the Apple Search Ads integration, Adapty will start receiving attribution data from Apple Search Ads. You can easily access and view this data on the profiles page.
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+
:::
16+
17+
18+
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+
20+
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.
1421

1522

1623
<Zoom>
@@ -32,15 +39,15 @@ There are two ways to get attribution: with the old iAd framework and the modern
3239

3340
## AdServices framework
3441

35-
Apple Search 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 Search Ads using the AdServices framework through Adapty, follow these steps:
42+
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:
3643

3744
### Step 1: Configure Info.plist
3845

3946
Add `AdaptyAppleSearchAdsAttributionCollectionEnabled` to the app’s `Info.plist` file and set it to `YES` (boolean value).
4047

4148
### Step 2: Obtain Public Key
4249

43-
In the Adapty Dashboard, navigate to [Settings -> Apple Search Ads.](https://app.adapty.io/settings/apple-search-ads)
50+
In the Adapty Dashboard, navigate to [Settings -> Apple Ads.](https://app.adapty.io/settings/apple-search-ads)
4451
Locate the pre-generated public key (Adapty provides a key pair for you) and copy it.
4552

4653
<Zoom>
@@ -55,12 +62,12 @@ Locate the pre-generated public key (Adapty provides a key pair for you) and cop
5562
</Zoom>
5663

5764
:::note
58-
If you're using an alternative service or your own solution for Apple Search Ads attribution, you can upload your own private key.
65+
If you're using an alternative service or your own solution for Apple Ads attribution, you can upload your own private key.
5966
:::
6067

61-
### Step 3: Configure User Management on Apple Search Ads
68+
### Step 3: Configure User Management on Apple Ads
6269

63-
In your [Apple Search 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.
70+
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.
6471

6572
<Zoom>
6673
<img src={require('./img/ec183b2-kdjsfldsfjkdsfdfd.webp').default}
@@ -75,11 +82,11 @@ In your [Apple Search Ads account](https://searchads.apple.com/) go to Settings
7582

7683
### Step 4: Generate API Credentials
7784

78-
As a next step, log in to the newly added account in Apple Search Ads. Navigate to Settings -> API in the Apple Search Ads interface. Paste the previously copied public key into the designated field. Generate new API credentials.
85+
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.
7986

80-
### Step 5: Configure Adapty with Apple Search Ads Credentials
87+
### Step 5: Configure Adapty with Apple Ads Credentials
8188

82-
Copy the Client ID, Team ID, and Key ID fields from the Apple Search Ads settings. In the Adapty Dashboard, paste these credentials into the corresponding fields.
89+
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.
8390

8491
<Zoom>
8592
<img src={require('./img/7356113-CleanShot_2023-08-21_at_15.08.512x.webp').default}
@@ -97,7 +104,7 @@ Copy the Client ID, Team ID, and Key ID fields from the Apple Search Ads setting
97104
:::note
98105
Optional
99106

100-
These steps are not required for Apple Search Ads attribution, only for working with other services like Asapty or your own solution.
107+
These steps are not required for Apple Ads attribution, only for working with other services like Asapty or your own solution.
101108
:::
102109

103110
You can use your own public-private key pair if you are using other services or own solution for ASA attribution.
@@ -110,7 +117,7 @@ Generate private key in Terminal
110117
openssl ecparam -genkey -name prime256v1 -noout -out private-key.pem
111118
```
112119

113-
Upload it in Adapty Settings -> Apple Search Ads (Upload private key button)
120+
Upload it in Adapty Settings -> Apple Ads (Upload private key button)
114121

115122
### Step 2
116123

@@ -120,15 +127,15 @@ Generate public key in Terminal
120127
openssl ec -in private-key.pem -pubout -out public-key.pem
121128
```
122129

123-
You can use this public key in your Apple Search 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.
130+
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.
124131

125-
## Disabling Apple Search Ads attribution
132+
## Disabling Apple Ads attribution
126133

127134
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.
128135

129-
For iOS devices, this means non-organic Apple Search Ads attribution will always take priority if it's enabled.
136+
For iOS devices, this means non-organic Apple Ads attribution will always take priority if it's enabled.
130137

131-
You can disable Apple Search Ads attribution receiving by toggling off the **Receive Apple Search Ads attribution in Adapty** in the [**App Settings** -> **Apple Search Ads** tab](https://app.adapty.io/settings/apple-search-ads).
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).
132139

133140
<Zoom>
134141
<img src={require('./img/asa-disable.webp').default}

versioned_sidebars/version-3.0-sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@
11211121
{
11221122
"type": "doc",
11231123
"id": "apple-search-ads",
1124-
"label": "Apple Search Ads"
1124+
"label": "Apple Ads"
11251125
},
11261126
{
11271127
"type": "category",

0 commit comments

Comments
 (0)