入札リクエストを並列化する
概要
この監査では、ヘッダー入札リクエストが順次実行されているかどうかを確認します。ほとんどの場合、これらのリクエストは互いに依存しておらず、同時に実行することで広告の読み込みを高速化できます。
推奨事項
ヘッダー入札リクエストを順番に発行するのではなく、並行して発行します。つまり、一度に 1 つのリクエストを発行するのではなく、すべての入札リクエストを同時に送信する必要があります。ヘッダー入札ライブラリを使用している場合は、ライブラリのドキュメントにおすすめの方法が記載されている場合があります。
この監査で評価される、サポートされているアド エクスチェンジとサプライサイド プラットフォームの一覧については、GitHub リポジトリをご覧ください。
Prebid.js を使用してヘッダー入札のレイテンシを短縮する方法
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-26 UTC。
[null,null,["最終更新日 2024-06-26 UTC。"],[[["This audit helps publishers identify if their header bidding requests are being made sequentially, which can slow down ad loading."],["It is recommended to issue header bidding requests in parallel to improve ad loading speed by sending all bid requests concurrently."],["Publishers should consult their header bidding library documentation for specific implementation guidance on parallel bidding."]]],["The audit assesses if header bidding requests are sequential. Parallel requests are recommended to accelerate ad loading, as requests are often independent. Instead of one request at a time, send all bid requests concurrently. Header bidding library documentation may guide this process. A list of evaluated ad exchanges and supply-side platforms is available in the GitHub repository, and resources are linked for reducing header bidding latency with Prebid.js.\n"]]