为什么 admob 广告单元频次上限不起作用?

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

问题描述

我设置每个用户每分钟展示两次,但它不起作用.广告每次都在不断展示.[图片] 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.

但是自从我对频次上限应用更改后,已经 两天 天了,但它不起作用?以下是我请求广告的方式:

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.

在此正式查看....

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

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

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)