AdMob: filter ads for kids(AdMob:为儿童过滤广告)
问题描述
I managed to run AdMob sdk on my Android & iOS application and it's displaying ads perfectly.
I am trying to filter the ads to only include ads that a child would click.
In AdMob you will have a list of ads categories allowed by default and you only can ban fifty of them. I don't think that this is the approach anyway.
Anyone had this experience before? Do you suggest to change ads provider anything else than AdMob? Please, consider mentioning clear and valuable explanations.
Admob do not provide such an approach.
Admob only allow blocking a limited number of categories and subcategories. and leaves the others active. (This is kind of their strategy for advertising).
Nevertheless, you can add other ads networks to your AdMob as mediation networks. (admob will also provide you with ads from these networks).
List of popular ads networks
List of Ads networks that provide some kind of filters:
Adfonic: a middle east advertising network. allows inserting keywords for your app as categories and they will try to provide you with ads in the same category. They are still beginners. maybe they are good for the middle east, not more.
Chartboost: if you have a game app. yeehaa, you are saved. Chartboost provide game ads only for game apps. but, unfortunately you can't integrate chartboost with admob. it works alone.
3. MobFox: allow category blocks as much as you want. Ex. you can keep games and educational ads. Also, it could be integrated with AdMob.
Admob Mediation Networks Integration
这篇关于AdMob:为儿童过滤广告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:AdMob:为儿童过滤广告
基础教程推荐
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01