为什么admob广告单元的频次上限不起作用? [英] Why is admob ad unit Frequency capping not working?

查看:297
本文介绍了为什么admob广告单元的频次上限不起作用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为每位用户每分钟设置了两次展示,但这没有用。每次广告都会不断展示。
[IMAGE] https://i.imgsafe.org/95d5e259bf.png

I set two impressions per minute per user but it doesn't work. Ads keep showing every time. [IMAGE] https://i.imgsafe.org/95d5e259bf.png

在admob网站上,他们说:更改频次上限,例如将上限从2更改为3,可能最多需要一天的时间才能生效。

on admob site they say : A change to frequency capping, such as changing the cap from two to three, can take up to a day to take effect.

但是自从我对频次上限应用更改以来已经超过 2 天了,但它不起作用吗?
这是我请求广告的方式:

But it has been more than TWO days since I applyed change to Frequency capping and it is not working ? Here is how I request ads :

private void requestNewInterstitial() {
    AdRequest adRequest = new AdRequest.Builder().addTestDevice("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX").build();
    mInterstitialAd.loadAd(adRequest);
}

我使用setTestDevice,因此真实广告不会展示应用,因为真实广告上的展示次数可以

I use setTestDevice so real ads wont show app because impressions on real ads can get me banned.

推荐答案

请注意以下几点:

更改频率上限(例如将上限从2更改为3)最多可能需要一天的时间才能生效。
轻微的服务器延迟有时可能会导致超出您设置的频率上限。

A change to frequency capping, such as changing the cap from two to three, can take up to a day to take effect. A slight server delay can occasionally result in the frequency cap that you've set being exceeded.

请在此处正式检查...。

Check it here Officially....

https:/ /support.google.com/admob/answer/6244508?ctx=tltp&hl=zh_CN

这篇关于为什么admob广告单元的频次上限不起作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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