Is it good practice to clear the cache files generated by AdMob in Android?(清除 Android 中 AdMob 生成的缓存文件是一种好习惯吗?)
问题描述
我已在我的 Android 应用中集成了 AdMob.我注意到该应用程序在应用程序数据文件夹中由 AdMob 生成的名为 app_webview 的文件夹中占用了越来越多的存储空间.我应该在每次应用退出时清除此文件夹的内容吗?
I have integrated AdMob in my Android app. I noticed the app taking up more and more storage space in a folder called app_webview generated by AdMob inside the app data folder. Should I clear the contents of this folder on each app exit ?
推荐答案
我应该在每次应用退出时清除此文件夹的内容吗?
Should I clear the contents of this folder on each app exit ?
您为什么要这样做?Admob 这样做是为了提供更好、更快的广告服务.而且我确信它缓存的数量在可容忍的范围内.清除用户存储空间上的那么多空间不会让他很高兴.但是,由于 Admob 试图再次重新下载所有内容,您将失去收入.它会降低您的填充率,从而降低您的收入.
Why would you want to do that? Admob does this to provide better and speedy ad serving. And I'm sure the amount it is caching is within tolerable limits. Clearing that much space on the user's storage will not make him much happy. But you'll lose on revenue because of Admob trying to re-download all the stuff again. It will lower your fill rate and thereby your revenue.
这样做没有坏处,但您的损失(收入)会多于获得的(用户满意度).用户可能甚至没有注意到它.
There is no harm in doing it but you'll lose more (revenue) than you gain (user satisfaction). The user might not even notice it.
这篇关于清除 Android 中 AdMob 生成的缓存文件是一种好习惯吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:清除 Android 中 AdMob 生成的缓存文件是一种好习惯吗?
基础教程推荐
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01