简体   繁体   English

Admob:收到65k请求,但仅完成了2.75k

[英]Admob: Getting 65k request but only 2.75k were fulfilled

this might be the possible the duplicate of this . 这可能是可能的重复 On PlayStore I selected no ads and on last updated, I implemented ads and forgot to update that on distribution. 在PlayStore上,我没有选择任何广告,而在最近一次更新中,我实施了广告,却忘记在发布时进行更新。 I followed this answer but didn't get any success. 我遵循了这个答案,但是没有成功。 Every morning ads are visible but after some time they are not visible. 每天早晨都可以看到广告,但是一段时间后看不到它们。 While debugging I got this error response from onAdFailedToLoad 调试时,我从onAdFailedToLoad收到此错误响应

Failed to load ad: 3

I am using the banner and interstitial ads. 我正在使用横​​幅广告和插页式广告。 Yesterday total request was 81k but only fulfilled 3.3k. 昨天的总要求是81k,但仅满足了3.3k。 Thanks in advance. 提前致谢。

possible cause: 可能的原因:

  1. *NO FILL - admob decided so (tarrgetting, no inventory, cdn failure , maintenance) *不填-admob决定这样做(目标,没有库存,cdn故障,维护)
  2. NO FILL - too high CPM/CPK 没有填充-CPM / CPK太高
  3. *NO FILL - CROSS ORIGIN EXECUTION BLOCKING *不填-跨域执行阻止
  4. NO FILL - EXCEPTIONS in THREADS that doesn't outputs to logs 无填充-线程中的异常不会输出到日志
  5. **NO FILL - POOR CONNECTION **不收费-连接不良
  6. *NO FILL - BANNED IP / SUBNET *不填-禁止的IP /子网
  7. NO FILL - TO MANY SHORT REPEATLY REQUESTS FROM ONE CLIENT 无需付费-只需一个客户即可多次多次提出要求

set debug flag and verbose logs to exclude... 设置调试标志和详细日志以排除...

Hi thanks for reply, what is CROSS ORIGIN EXECUTION BLOCKING? 嗨,谢谢您的答复,什么是跨源执行阻止? – Harish Kamboj 57 secs ago – Harish Kamboj 57秒前

https://chromium.googlesource.com/chromium/src/+/master/services/network/cross_origin_read_blocking_explainer.md https://chromium.googlesource.com/chromium/src/+/master/services/network/cross_origin_read_blocking_explainer.md

I didn't get some time they work and some they not is there any way to fix that? 我没来得及花些时间来工作,有的他们没有办法解决吗? – Harish Kamboj 23 secs ago –哈里斯·坎博伊23秒前

for: 对于:

ad 1,3,6/ * - NO YOU CANT FIX IT 广告1,3,6 / *-您不能修复它

ad 2/ lower or disable minimum CPK/CPA/CPM etc 广告2 /降低或禁用最低CPK / CPA / CPM等

ad 4/ try debug against thrown exceptions 广告4 /尝试针对抛出的异常进行调试

ad 5/ ** - PARTIAL MAYBE -> refacor code for long waiters (synchronization) 广告5 / **-部分可能->长等待者的refacor代码(同步)

ad 7/ monit requests from client 广告7 /来自客户的监控请求

Thanks @ceph3us - Harish Kamboj 39 secs ago 感谢@ ceph3us-Harish Kamboj 39秒前

from personall experience - Admob has some problems with filling from about 2 months... maybe the cause is a high load or advertisers escape.. best ask at source :) 从个人经验来看-Admob在大约2个月的填充时间内出现了一些问题...可能原因是工作量过大或广告客户逃脱了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM