Enabling Google
Supported library and platform versions
Yandex Mobile Ads SDK:
- The minimum supported version of the 7.7.0
- The current version of the 7.7.0
- The maximum supported version of the 7.7.1 (not including)
Google Mobile Ads SDK:
- The minimum supported version of the 11.10.0
- The current version of the 11.10.0
- The maximum supported version of the 11.10.1 (not including)
Supported ad formats
Integration
Note
To track app installations in mobile mediation you need to configure Info.plist for the adapter. Follow the ad network documentation.
To work with Google, you need to add the GoogleYandexMobileAdsAdapters
library.
The GoogleYandexMobileAdsAdapters
library was revised. It now interoperates with the CocoaPods dependency management system and supports the static integration method.
-
Set up mediation in the Yandex partner interface and other network interface.
-
To connect the library, add the dependency to the project's Podfile:
pod 'GoogleYandexMobileAdsAdapters', '11.10.0.2'
-
To your app's Info.plist file, add the
GADApplicationIdentifier
key with yourAdMob ID
(learn more about how to find out the AdMob ID).<key>GADApplicationIdentifier</key> <string>ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy</string>
Was the article helpful?
Previous
Next