简体   繁体   English

Admob 广告页面浏览量远高于平板电脑上的展示次数

[英]Admob ad page views much higher than impressions on tablets

I have recently published an app to the Play Store with Admob ads.我最近发布了一个带有 Admob 广告的应用到 Play 商店。 I noticed something odd today as my page views reported by AdSense were much higher than my impressions (7400 page views vs 1500 impressions).我今天注意到一些奇怪的事情,因为 AdSense 报告的网页浏览量远高于我的展示次数(7400 次网页浏览量 vs 1500 次展示次数)。 My match rate is still high (90%+) which suggests to me the ad requests are being fulfilled but the ads are not being displayed to the user.我的匹配率仍然很高 (90%+),这表明我正在满足广告请求,但没有向用户展示广告。 I then checked the platform information on AdSense to find that nearly all page views on 'high-end mobile devices' lead to an impression (1800 page views to 1500 impressions) whereas on 'tablets' I have 5600 page views to 13 impressions.然后我检查了 AdSense 上的平台信息,发现在“高端移动设备”上几乎所有的页面浏览量都会产生一次印象(1800 次页面浏览量到 1500 次印象数),而在“平板电脑”上我有 5600 次页面浏览量到 13 次印象数。 This suggests to me that the ads are being displayed fine on mobile phones but barely at all on tablets.这向我表明,这些广告在手机上显示良好,但在平板电脑上却几乎没有显示。

What could be causing this?什么可能导致这种情况? Are there any additional steps that must be taken to ensure AdMob ads are displayed on tablets as well?是否必须采取任何其他步骤来确保 AdMob 广告也能在平板电脑上展示?

Note: most of my ads appear as interstitials and some banner ads.注意:我的大部分广告都显示为插页式广告和一些横幅广告。

I spotted a correlation between days I was updating and testing my app and days where the problem was happening.我发现更新和测试我的应用程序的天数与发生问题的天数之间存在相关性。 It turns out I had mis-copied my device ID when adding a test device to my ad requests so when I was debugging and testing the app, it was making many ad requests, although none were fulfilled as the app was signed with the debug key rather than my key, and the app is set up to re-request an ad if it fails after a short period of time.事实证明,在将测试设备添加到我的广告请求时,我错误地复制了我的设备 ID,因此当我调试和测试应用程序时,它发出了许多广告请求,但由于应用程序已使用调试密钥签名,因此没有完成任何广告请求而不是我的密钥,并且该应用程序设置为在短时间内失败时重新请求广告。

Hopefully this helps anybody else with the same issue.希望这可以帮助其他有同样问题的人。

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

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