使用 Admob 在 android 中实现原生广告?是否可以?

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

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)