Reduce latency of first ad request
Overview
The time it takes for the first ad request to be made. This is the interval from
page load until the first ad request is issued.
Recommendations
This metric is not indicative of a specific issue. It should be used to help
identify areas for improvement and track that improvement over time.
The goal here is to reduce the time it takes for the first ad request to be
made. Ensuring that other, more specific audits are passing should have a major
impact on this metric. In particular, audits affecting
tag load time and
latency of first ad request (from tag load) are
likely to affect this metric.
This metric identifies "first ad request" as the earliest recorded request to
one of:
Library |
Host |
Path |
AdSense |
googleads.g.doubleclick.net |
/pagead/ads |
Google Publisher Tag |
securepubads.g.doubleclick.net |
/gampad/ads |
Avoiding Common GPT Implementation Mistakes
Tagging best practices to minimize page latency
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[null,null,["Last updated 2024-06-26 UTC."],[[["**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"]]