Implementing native ads in android using Admob? is it possible?(使用 Admob 在 android 中实现原生广告?是否可以?)
问题描述
我正在尝试在我的 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 中实现原生广告?是否可以?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用 Admob 在 android 中实现原生广告?是否可以?


基础教程推荐
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- iOS4 创建后台定时器 2022-01-01