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 生成的缓存文件是一种好习惯吗?


- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01