(Beta) Hybrid Native Ads
Create RTBHybridNativeAdLoader
var loader = RTBHybridNativeAdLoader()
loader.delegate = selfListen to Callbacks
loader.delegate = selfRequest Ad
let configuration = RTBHybridNativeAdRequestConfiguration(placementId: <PLACEMENT_ID>, iTunesAppId: <ITUNES_APP_ID>)
configuration.sellerId = <SELLERID> // Optional
loader.load(configuration: configuration, userAgent: <USER_AGENT>)Handle ad response
Handling native ad response
Handling banner response
Last updated