Not able to get ads from admob with mopub

前提是你 提交于 2019-12-01 19:51:41

It says:

12-16 20:13:45.374 2778-2778/com.spekz D/MoPub﹕ Couldn't locate or instantiate custom event: com.mopub.mobileads.GooglePlayServicesBanner.

This means it is likely that you have not integrated the adapter or there is an issue with the MoPub SDK accessing this file. The adapter is located here in the Android master SDK: https://github.com/mopub/mopub-android-sdk/tree/master/extras/src/com/mopub/mobileads

Please reference the third party network integration documentation on steps to integrate the AdMob adapter and the corresponding AdMob SDK (use the latest version to be iOS8 compatible): https://github.com/mopub/mopub-android-sdk/wiki/Integrating-Third-Party-Ad-Networks

It also seems that AdMob is not active on your ad unit. Please follow these steps to enable a network on an ad unit.

  1. Go to the "Networks" tab in the MoPub UI
  2. Click "Segments"
  3. Click the specified segment you want to set (Note: Accounts will automatically be set with a Global Segment on creation. This would be the segment most people would need to navigate to to set the ad network for the specific ad unit. This changes if a new segment is created and has specific targeting as new segments will override the Global Segment for their specific parameters.)
  4. There is a filter set to show only running ad sources. You want to close the tab for this that says "Status:Running" inside the filter box to see the rest of the ad sources.
  5. Click the drop down for the ad unit you want to change
  6. Edit the ecpm of the ad source
  7. Click "Set"

This will enable the ad network for that specific ad unit.

https://twittercommunity.com/t/i-created-a-new-ad-unit-but-cant-target-my-ad-network-to-it-how-do-i-do-so/6927/2

Hope this helped!

You need to integrate Google Play Services to your Mopub SDK if you are using AdMob. See more info here: https://github.com/mopub/mopub-android-sdk/wiki/Integrating-with-Google-Play-Services

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!