IMA SDK는 광고가 사용자에게 표시되는 시점을 파악하여 올바른 신호를 광고 서버로 다시 전송할 수 있어야 합니다. IMA는 Active View 보고를 사용하여 광고의 조회가능성을 측정합니다. 이 가이드에서는 Active View 보고가 IMA와 함께 작동하는 방식과 SDK가 조회가능성 신호를 올바르게 캡처할 수 있는지 확인하는 방법을 설명합니다.
Active View는 해당 VideoAdPlayer(getLocationOnScreen 및 getGlobalVisibleRect)에 대한 측정값을 수신합니다.
SDK가 광고 조회가능성을 측정할 수 있는지 확인
SDK가 조회가능성 신호를 캡처할 수 있는지 확인하려면 https://pagead2.googlesyndication.com/pcs/activeview로 전송된 네트워크 요청을 찾고 mtos 매개변수를 확인합니다. 자세한 내용은 Active View 측정 모니터링을 참고하세요.
[null,null,["최종 업데이트: 2025-03-14(UTC)"],[[["The IMA SDK leverages Active View reporting to determine and relay ad visibility to the ad server, ensuring accurate measurements for billing and performance analysis."],["Active View relies on the `AdDisplayContainer` and `VideoAdPlayer` components to gather spatial information about the ad's position on the screen."],["Ad viewability can be confirmed by monitoring HTTP requests for `active_view_vide_measurable_impression` instances and the presence of the `mtos` parameter, signaling successful measurement."],["If custom video displays are used, adjustments to the layout might be needed to guarantee proper metric collection and accurate Active View reporting."]]],[]]