forked from organicmaps/organicmaps
[MAPSME-6523] [ios] Added user_lang to Mopub banner keywords.
This commit is contained in:
parent
03f1044407
commit
a81f6224d1
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ final class MopubBanner: NSObject, Banner {
|
|||
let config = MPStaticNativeAdRenderer.rendererConfiguration(with: settings)!
|
||||
request = MPNativeAdRequest(adUnitIdentifier: placementID, rendererConfigurations: [config])
|
||||
let targeting = MPNativeAdRequestTargeting()
|
||||
targeting.keywords = "user_lang:\(AppInfo.shared().twoLetterLanguageId)"
|
||||
targeting.desiredAssets = [kAdTitleKey, kAdTextKey, kAdIconImageKey, kAdCTATextKey]
|
||||
if let location = MWMLocationManager.lastLocation() {
|
||||
targeting.location = location
|
||||
|
|
Loading…
Add table
Reference in a new issue