Dfp Ads - Setting Up Facebook Audience Mediation For Interstitial Ads (adunit + Lineitem + Creative)
Im trying to setup the DFP side of FBA interstitial mediation, i.e. create the necessary AdUnit + LineItem + creative. I didn't find any example for FBA. When I choose 'interstiti
Solution 1:
Well, there is no tutorial for FBA, but I've found this tutorial for VPON that seems to be applicable for FBA as well: http://vpon-sdk.github.io/android/mediation/dfp/
The result:
On the client side:
Android:
- First implement the DFP SDK: https://developers.google.com/mobile-ads-sdk/docs/dfp/android/quick-start
- Then add the mediation library and adapter: https://developers.google.com/mobile-ads-sdk/docs/dfp/android/mediation#include_network_adapters_and_sdks
- And finally update your manifest as per Facebook's instructions: https://developers.facebook.com/docs/audience-network/android/interstitial
iOS:
- First implement the DFP SDK: https://developers.google.com/mobile-ads-sdk/docs/dfp/ios/quick-start
- Then add the mediation library and adapter: https://developers.google.com/mobile-ads-sdk/docs/dfp/ios/mediation
Post a Comment for "Dfp Ads - Setting Up Facebook Audience Mediation For Interstitial Ads (adunit + Lineitem + Creative)"