Admob 如何确定文本上下文以显示有针对性的广告?

How does Admob determine the textual context to show targeted advertisements?(Admob 如何确定文本上下文以显示有针对性的广告?)
本文介绍了Admob 如何确定文本上下文以显示有针对性的广告?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1) Admob SDK 是否能够检索应用中显示的所有文本字符串并根据这些字符串显示有针对性的广告?

1) Is the Admob SDK able to retrieve all the text strings shown in a app and display targeted ads based on those?

2) 我是否必须通过 AdRequest.setKeywords(keywords) 手动指定字符串?编辑:setKeywords 被忽略.来源

2) Do I have to specify the strings manually by AdRequest.setKeywords(keywords)? EDIT: setKeywords is ignored. Source

3) 定向广告是根据在 Admob 网站中输入的应用描述和标题显示的?

3) The targeted ads are shown based on the application description and title entered in Admob website?

4) 其他一些因素?

5) 未使用提及的参数并且 Admob 不提供上下文定位广告 仅基于区域的广告?

5) Non of parameters mentioned are used and Admob does not provide context targeted ads only region based ads?

推荐答案

在移动设备上将内容解析为网页没有意义,因此目前的答案是没有上下文定向广告.我问了一个谷歌用户同样的问题.他的回答是 AdMob 根据用户的行为投放广告.最初,AdMob 会向您投放任何类型的广告.如果您点击汽车"广告的次数多于其他人,则表示您最近有兴趣购买汽车,因此会向您发送更多汽车广告,类似这样.

It not meaningful to parse the content as a web page on mobile devices, so the answer is no context targeted ads for now. I asked the same question with a googler. His answer is AdMob delivers Ads based on user's behavior. Initially, AdMob delivers any kinds of Ad to you. If you tap the "car" Ads more than the others, it means that you are interesting in buying a car recently, so more car Ads will be delivered to you, something like that.

这篇关于Admob 如何确定文本上下文以显示有针对性的广告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

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

相关文档推荐

Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
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)