问题描述
我正在尝试在我的 Android 应用程序中实现原生广告.但我只想使用 admob 来做到这一点.我搜索了很多解决方案,但找不到确切的解决方案.
我知道可以使用 :原生广告概览
链接 2:DFP Android 指南 >定位
链接 3:DFP 快速入门指南
如果无法使用 admob,MoPub 是我目前最好的解决方案.
任何帮助和指导都会有所帮助.谢谢.
作为本主题的补充,您现在可以按照 Google 提供的使用 NativeExpressAdView 的指南非常轻松地为 Admob 实现 NativeAds.有关更多信息,请查看谷歌文档:https://firebase.google.com/docs/admob/android/native-express?hl=zh-CN
I'm trying to implement native ads in my android application. But I want to do it using admob only. I searched a lot for solution but could not find exact one to do so.
I know it is possible using MoPub.
What I wanted to do is this:
Show ads inside list item which means one of the ListView
/RecyclerView
item can be one ad like below image.
I found some links and references but that doesn't explain proper implementation of the native ads.
Link 1 : Native ads overview
Link 2 : DFP Android Guides > Targeting
Link 3 : DFP Quick Start Guide
If it is not possible to do it using admob, MoPub is best solution for me right now.
Any help and guidance would be helpful. thanks.
As an addition to this thread, you can now implement NativeAds for Admob very easily by following the guide provided by Google using NativeExpressAdView . For more information, check the google documentation : https://firebase.google.com/docs/admob/android/native-express?hl=en
这篇关于使用 Admob 在 android 中实现原生广告?是否可以?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!