입찰 요청 동시에 로드하기
개요
이 감사는 헤더 입찰 요청이 순차적으로 이루어지고 있는지 확인합니다. 대부분의 경우 이러한 요청은 서로 종속되지 않으며 동시에 진행하여 광고 로드 속도를 높일 수 있습니다.
권장사항
헤더 입찰 요청을 순차적이 아니라 동시에 실행합니다. 즉, 한 번에 하나의 요청을 실행하는 대신 모든 입찰 요청을 동시에 전송해야 합니다. 헤더 입찰 라이브러리를 사용하는 경우 라이브러리 문서에 이를 수행하는 방법에 관한 권장사항이 있을 수 있습니다.
이 감사에서 평가하는 공급측 플랫폼(SSP) 및 지원되는 광고 거래소의 목록은 GitHub 저장소에서 확인할 수 있습니다.
Prebid.js로 헤더 입찰의 지연 시간을 줄이는 방법
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]