Bidapp Ads
  • 🎁Ab_dout
  • Integration
    • iOS
      • Getting started
      • Additional Settings
      • App Policy Settings
      • Serverless Settings
      • Interstitial Ads
      • Rewarded Ads
      • Banner Ads
      • SKAdNetwork
      • SwiftUI
    • Android
      • Getting started
      • Additional Settings
      • App Policy Settings
      • Serverless Settings
      • Interstitial Ads
      • Rewarded Ads
      • Banner Ads
      • Jetpack Compose
  • PLUGINS
    • Kotlin Multiplatform
      • Getting started
      • Android Platform Setup
      • iOS Platfrom Setup
      • App Policy Settings
      • Interstitial Ads
      • Rewarded Ads
      • Banner Ads
    • Unreal Engine
      • Getting started
      • App Policy Settings
      • Interstitial Ads
      • Rewarded Ads
      • Banner Ads
      • MREC
    • Unity
      • Getting started
      • Android
      • iOS
      • App Policy Settings
      • Interstitial Ads
      • Rewarded Ads
      • Banner Ads
Powered by GitBook
On this page
  • Why Should I Implement SKAdNetwork?
  • How Do I Implement SKAdNetwork?

Was this helpful?

  1. Integration
  2. iOS

SKAdNetwork

PreviousBanner AdsNextSwiftUI

Last updated 11 months ago

Was this helpful?

Starting from iOS 14 Apple introduced SKAdNetwork as a privacy-safe method for ad networks to track installs, reducing reliance on IDFA for attributing installs based on user interactions with ads.

For more details, refer to the section in Apple's StoreKit Developer documentation.

Why Should I Implement SKAdNetwork?

You can't depend on IDFA anymore to measure how well ad campaigns are doing. When you use SKAdNetwork, more ad campaigns can work with your app. This makes more advertisers interested, which can lead to higher earnings (eCPMs).

How Do I Implement SKAdNetwork?

Navigate to the file. Copy/paste the dictionaries with SKAdNetworkIdentifier from this file to your Info.plis

If you want to receive updates on SKAdNetworkItems.txt, subscribe to our GitHub repository:

SKAdNetwork: Configuring a source app
SKAdNetworkItems.txt
GitHub repository