Google Mobile Ads SDK
Google App ID
Google Mobile Ads SDK requires publishers to add their Google app ID to the Info.plist file of their Xcode projects. Please find your Google app ID within your Google account or contact our support.
Follow Google documentation to add your Google App ID to the Info.plist file.
Google Partner Bidding
Google bidding is enabled by default. If you are customizing your podfile, you can add Google Partner Bidding dependency by adding the following to your podfile:
AATAdMobDSPAdapter
depends on GraviteRTB
SDK.
AdMob Maximum Inline Banners Height
You can set the maximum height for AdMob inline adaptive banners by:
Create an instance of AATAdNetworksOptions passing AATAdMobOptions.
Pass the instance to the AATConfiguration while initialising AATKit.
DFP Maximum Inline Banners Height
You can set the maximum height for DFP inline adaptive banners by:
Create an instance of AATAdNetworksOptions passing AATDFPOptions.
Pass the instance to the AATConfiguration while initialising AATKit.
Last updated