清除 Android 中 AdMob 生成的缓存文件是一种好习惯吗?

Is it good practice to clear the cache files generated by AdMob in Android?(清除 Android 中 AdMob 生成的缓存文件是一种好习惯吗?)

本文介绍了清除 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 生成的缓存文件是一种好习惯吗?

基础教程推荐