# SKAdNetwork for Audience Network



The Ad network API helps advertisers measure the success of ad campaigns.
Please refer to [Apple’s documentation](https://developer.apple.com/documentation/storekit/skadnetwork) for more details.

All publishers will need to use Audience Network SDK 6.2.1 or later in order to monetize with iOS 14.5 users. (We also recommend Audience Network SDK 6.2.1 for iOS 14 users.)

Requirements:

1. Build with Xcode 12+ (iOS SDK 14+).
1. Use AN SDK v6.2.1+
1. Add IDs to `Info.plist`.

Add the following SKAdNetwork IDs to your Xcode project’s `Info.plist` as shown in the following example. For more information, see the [Configuring a Source App](https://developer.apple.com/documentation/storekit/skadnetwork/configuring_a_source_app) topic in the Apple StoreKit documentation.

```
<array>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>v9wttpbfk9.skadnetwork</string>
    </dict>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>n38lu8286q.skadnetwork</string>
    </dict>
</array>
```