mobile-ad-mediation

Flutter. Admob ads with mediation

纵饮孤独 提交于 2020-05-23 10:51:25
问题 I've integrated https://pub.dev/packages/firebase_admob into my app and implemented rewarded ads . My problem now is that I'd like to use mediation via this plugin. The only thing is that I know (from developing Android apps and also it says in the Admob docs) that one needs to include the mediated networks' SDKs in the app. Does this plugin even support mediation? I wasn't able to find anything relating to this. Or does the mediation only come from the admob dashboard, just by setting up the

Failed to install pod: Undefined symbols for architecture x86_64

旧时模样 提交于 2020-05-15 02:39:06
问题 According to AdMob documentation, in order to integrate with facebook audience network I need to install this pod: pod 'GoogleMobileAdsMediationFacebook' When I try to install it, I received an error: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_GADUnifiedNativeAdView", referenced from: objc-class-ref in FacebookAdapter(GADFBNativeAd.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Unfortunately I

In flutter, how to integrate facebook audience as mediation network with Admob?

时间秒杀一切 提交于 2020-04-30 06:33:59
问题 I am new to ad mediation. I have a flutter app and I have integrated admob using following admob_flutter plugin and its working fine on both Android and iOS. https://pub.dev/packages/admob_flutter Now I want to add facebook audience as mediation network. I have followed the steps in following tutorial provided by google to setup audience account and integration in Admob portal. https://developers.google.com/admob/android/mediation/facebook My confusion is about facebook audience sdk to

RewardedVideoAd - AdMob Mediation with Vungle - ErrorCode: 3

放肆的年华 提交于 2019-12-12 18:37:45
问题 This is my first time working with video ads. I have followed the AdMob guide of implementing RewardedVideoAd from here and the documentation of Vungle from here. I did all the steps written in these guides. However, when I deploy my app on my mobile, the RewardedVideoAd always fails to load. I tested it on my mobile and the emulator, and none of them worked. It always calls onRewardedVideoAdFailedToLoad. I have the latest Google Play Services installed on both devices. My app is still not

DFP ads - Setting up Facebook Audience mediation for interstitial ads (AdUnit + LineItem + creative)

Deadly 提交于 2019-12-12 04:08:29
问题 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 "interstitial" as the adsize, I can not choose mediation for the creative: I've already successfuly set up my client app (Android + iOS) for Facebook Audience ad mediation. 回答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

How to take screencast for android app for read_insights permission?

好久不见. 提交于 2019-12-11 02:33:44
问题 I submitted an android app to facebook for read_insights permission to show ads on my app. Facebook authority didn't approve it. I'm using Google's admob mediation to show ads on my app. They said, "Your screencast doesn't show how the use of this permission directly improves the user experience in your app." My screencast show facebook test ads. How can I show the use of this (read_insights) permission? Google's admob mediation fetches ads from facebook using read_insights permission. And