缩短发出首个广告请求时的延迟时间
概览
发出首个广告请求所用的时间。这是指从网页加载到发出首个广告请求的时间间隔。
建议
此指标不代表具体问题。它应该用于帮助找出有待改进的领域并跟踪一段时间内的改进。
我们的目标是缩短第一个广告请求的发送时间。确保通过其他更具体的审核应该能对此指标产生重大影响。具体而言,对代码加载用时和从代码加载开始,发出首个广告请求的延迟时间有影响的审核可能会影响该指标。
该指标将“第一个广告请求”标识为记录到以下各项中的时间最早的请求:
媒体库 |
主机 |
路径 |
AdSense |
googleads.g.doubleclick.net |
/pagead/ads |
Google 发布商代码 |
securepubads.g.doubleclick.net |
/gampad/ads |
避免常见的 GPT 实现错误
遵循代码最佳做法,以尽可能缩短网页延迟时间
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-26。
[null,null,["最后更新时间 (UTC):2024-06-26。"],[[["**First Ad Request From Page Start** measures the time elapsed between a page loading and the first advertisement request."],["This metric helps identify areas for improvement in ad delivery speed but isn't tied to specific issues."],["Improving tag load time and latency of the first ad request from tag load directly impacts this metric."],["\"First ad request\" is defined as the earliest request to AdSense (`googleads.g.doubleclick.net/pagead/ads`) or Google Publisher Tag (`securepubads.g.doubleclick.net/gampad/ads`)."]]],["The \"first ad request\" metric measures the time from page load to the initial ad request. Reducing this time is the primary goal, achievable by optimizing tag load time and the latency of the first ad request from tag load. The metric is tracked for requests to specific paths on `googleads.g.doubleclick.net` (AdSense) and `securepubads.g.doubleclick.net` (Google Publisher Tag). Improving related audits should positively impact this metric and it can be used to identify areas for improvement.\n"]]