活动之间的Admob刷新率 [英] Admob refresh rate between activities

查看:76
本文介绍了活动之间的Admob刷新率的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经将应用程序上传到Google Play已有几个月了.我已经在所有约30个应用中添加了Admob标语广告.我将在本月获得第一笔付款,一月份将获得大额"付款(+2000美元).

I've been uploading apps to the Google Play for a couple of months now. I've added Admob banner ads in all of my ~30apps. I'm getting my first payment this month, and I'll get a "big" one (+2000$) in January.

所以,我一直在做研究.我发现AdMob今年关闭了许多获利帐户,因此我有点害怕.我遵守他们的规则:没有欺诈点击,横幅始终位于应用程序的底部(显示在固定区域,无论是否投放广告).

So, I've been doing my research. I've found AdMob closed LOTS of profitable accounts this year, so I'm a bit scared. I'm following their rules: no fraud clicks, banner always at the bottom of the app (shown in a fixed region, no matter if ad is served or not).

我唯一的但是"是刷新率.Admob建议使用60秒的刷新率.我在所有活动"的每个"onCreate"调用中都加载了广告.因此,如果用户在活动A"中输入我的应用,则会显示广告.如果5秒钟后,他导航到活动B,则将投放另一个广告.

My only "but" is the refresh rate. Admob RECOMMENDS applying a 60 second refresh rate. I load an ad in every "onCreate" call of all my Activities. So, if an user enters my app in Activity A and Ad will be shown. If 5 seconds later, he navigates to Activity B, another Ad will be served.

前段时间,我基于共享的首选项开发了一个静态功能,该功能不允许应用程序在X秒内以更快的速度请求广告.那解决了您的问题!不.

I developed a while ago an static function, based on shared preferences, which doesn't allow the app to request an Ad faster than once in X seconds. That solves your problem! Nope.

我的大多数Aps有4或5个活动,其中80-90%的时间显示其中之一.我不希望广告作为显示2或3秒的活动的服务器,然后我也不想再在主要活动中要求其他广告,因为我仍然需要再等待57秒.

Most of my aps have 4 or 5 Activities, one of them is shown 80-90% of time. I don't want the Ad to be server for an activity that is shown 2 or 3 seconds and then I wouldn't ask for another ad in the main activity because I still need to wait another 57 seconds.

我想知道你们是如何解决这个问题的,我不是唯一想要与之抗争的人.

I wonder how you guys solved this issue, I can't be the only want "fighting" against this.

推荐答案

最简单的解决方案(同时也是一种很好的幽默感)是仅在80%到90%的活动中展示广告.如果用户仅在您的一项活动中停留2-3秒,则很可能是他们不想点击该活动中的广告.正确对待用户,不要在应用程序的主菜单或设置菜单中用广告惹恼他们.

The easiest solution (and a pretty good hueristic) is to just show ads in the activity that is shown 80-90% of the time. If the user is only in one of your activities for 2-3 seconds, chances are they aren't looking to click an ad in that activity. Do right by your users and don't annoy them with ads in the main menu or setting menu of your app.

这篇关于活动之间的Admob刷新率的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆