IMA 지원 웹페이지의 지연 시간을 줄이는 비결은 가능한 한 많은 IMA 관련 설정을
실행하는 것입니다. 광고를 재생하기 전에 가능한 한 일찍 웹페이지에서 다음 작업을 모두 수행할 수 있습니다.
AdDisplayContainer를 만듭니다.
AdsLoader를 만듭니다.
AdsRequest를 만듭니다.
광고를 요청합니다.
AdsManager 인스턴스를 가져오고 이벤트 핸들러를 등록합니다.
위 작업을 모두 실행하면 사용자가 동영상에서 재생을 클릭하기 전에 IMA SDK가 초기화되고
광고 응답이 모두 파싱됩니다. 광고를 재생할 준비가 되면
(항상 사용자 작업의 결과로
AdDisplayContainer.initialize())를 호출한 다음 AdsManager.init 및
AdsManager.start를 호출합니다. 전체 페이지의 응답성을 높이는 방법에 관한 자세한 내용은 Chrome 문서의 네트워크 성능 평가에 관한 도움말을 참고하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[[["To minimize latency in IMA-enabled web pages, perform IMA setup tasks like creating `AdDisplayContainer`, `AdsLoader`, `AdsRequest`, requesting ads, and obtaining the `AdsManager` instance early in the page lifecycle."],["By initializing the IMA SDK and handling ad responses before user interaction, you ensure smoother ad playback when the user initiates it."],["Before playing ads, call `AdDisplayContainer.initialize()` (triggered by user action), followed by `AdsManager.init` and `AdsManager.start` to begin ad playback."],["For broader page performance enhancements, consult Chrome's network performance evaluation resources."]]],[]]