Apple Search Ads Attribution
Apple Search Ads attribution with Qonversion
Qonversion collects the attribution data for Apple Search Ads automatically through its SDK and AdServices Framework. The attribution data is available in the Qonversion Apple Search Ads dashboard and the raw data export.
1. Enable Data Collection
After you have completed the first three steps from the Quick Start guide and have Qonversion SDK installed, enable data collection using the following SDK method:
Qonversion.shared().collectAppleSearchAdsAttribution()
[[Qonversion sharedInstance] collectAppleSearchAdsAttribution];
Qonversion.getSharedInstance().collectAppleSearchAdsAttribution();
Qonversion.getSharedInstance().collectAppleSearchAdsAttribution();
Qonversion.GetSharedInstance().CollectAppleSearchAdsAttribution();
Make sure you are using Qonversion iOS SDK version 2.18.2 or above
2. Import AdServices framework
Starting with iOS 14.3, Apple Search Ads campaigns are measured through a new self-attributing integration based on the AdServices framework.
3. Apple Search Ads Settings Configuration
-
Create a user with the API Account Manager role in your ASA account (you need the admin rights to create a user):
Account Settings → User Management → Invite Users → Select the user role -
Log in to your Apple Search Ads account using the credentials of the user with API access created above.
You need to create an OAuth client in the API settings. To generate private and public keys please follow Apple's Documentation. Paste your public key to generate client credentials. Download the private key, you will need it later:
Account Settings → API → Client Credentials

- Сopy and save
clientId
,teamId
,keyId
.
You also need your companyAccount ID
that can be found in the Account Settings or in the top right corner menu.

4. Configure Qonversion with ASA credentials
-
Navigate to the Apple Search Ads settings in your Qonversion project
-
Provide your Account ID, Client ID, Team ID, Key ID, Private key and save the information.

Done
You've successfully set up the Apple Search Ads attribution with Qonversion.
Wait for a day and check the attribution data in Apple Search Ads dashboard in your Qonversion account.Please contact us using if you don't see the Apple Search Ads dashboard in your Qonversion account.
Updated 4 months ago