Snap Audience Network integration guide
This guide will instruct you step-by-step on how to set Snap Audience Network live as an ad network on the ironSource Mediation platform.
ironSource’s rewarded video, interstitial or banner into your application.
Before you start
Make sure you have correctly integratedSnap currently supports US traffic only.
ironSource currently supports Snap only on iOS.
Step 1. Create a Snap Audience Network account
- To create an account with Snap Audience Network, reach out to Snap Audience Network partnerships team
- Once your account has been verified, login to your partner account here.
Step 2. Create an application in Snap Audience Network
Follow these steps to create your Snap application:
- In your Snap Audience Network account go to Apps ➣ Add an App
- Create a Snap App ID
- Once you set a new app, you’ll have to crate a ‘Slot id’ – In order to set your Slot ID reach out to Snap Audience Network partnerships team
Step 3. Activate Snap Audience Network
Inside the ironSource platform, access the SDK Networks setup to configure Snap’s parameters into your ironSource account.
- Once you have the App ID and Slot ID, log in to your ironSource account and go to Monetize ➣ Setup ➣ SDK Networks
- Select Snap from the table of Available Networks and click on the Activate button. Then click Save.
- Select Snap from the list of ad networks and click Setup.
- Enter your app’s Snap App ID and Slot ID. Set the status to Active and click Save.
You’ll see Snap listed as Active for Mediation on your Setup dashboard.
Step 4. Add the Snap Audience Network adapter to your build
Important!
As of Snap SDK 1.1.0.0+, Snap are using XCFramework. If you are using CocoaPods for your Snap integration, make sure you have CocoaPods Version 1.9.0+.
Continue your integration using native adapters for iOS.
Step 5. Update SKAdNetworkItems
Make sure to define Snap SKAdNetworkItems to your Info.plist, by using this code:
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>424m5254lk.skadnetwork</string>
</dict>
</array>