StageUp
TrackingIntegrations

Apple Search Ads Channel Integration

In adstage, you can use attribution to review the install and conversion performance driven by Apple Search Ads campaigns. The channel integration works by installing the adstage iOS SDK in your app to collect Apple's AdServices attribution data.

1. Channel Integration Overview

Once the channel integration is complete, you can review the attribution data generated through Apple Search Ads campaigns in the adstage dashboard.

ItemDescription
Integration methodInstall the adstage iOS SDK (the AdServices framework is included automatically)
Where to checkadstage dashboard 광고 채널 연동 > Apple Search Ads > 채널 연동 tab
Collected dataInstall and conversion attribution driven by Apple Search Ads campaigns

2. Installing the iOS SDK

In the adstage dashboard 광고 채널 연동, select Apple Search Ads and then move to the 채널 연동 tab.

Installing the iOS SDK

Install iOS SDK version 3.0.8 or later. The AdServices framework is included automatically in the SDK, so there is no need to add it separately.

Add the following to your Podfile and then install the dependencies.

# Podfile
platform :ios, '12.0'
pod 'AdapterAdStage', '~> 3.0.8'
ItemDescription
Minimum SDK version3.0.8 or later
Minimum iOS version12.0
AdServices frameworkIncluded automatically in the SDK (no separate addition required)

3. Notes

Please review the following items.

ItemDescription
SDK versionAdServices attribution does not work on versions earlier than 3.0.8.
Cost integrationTo also collect cost data from Apple Search Ads, you must set up the integration separately in the 비용 연동 tab.

Table of Contents