IMA SDK должен уметь определять, когда пользователи видят рекламу, чтобы отправлять правильные сигналы обратно на рекламный сервер. IMA использует отчеты Active View для измерения видимости рекламы. В этом руководстве объясняется, как отчеты Active View работают с IMA, а также как проверить, способен ли SDK правильно фиксировать сигналы видимости.
Active View получает измерения для этого VideoAdPlayer ( getLocationOnScreen и getGlobalVisibleRect ).
Проверка того, что SDK может измерять видимость рекламы.
Чтобы проверить, может ли SDK захватывать сигналы видимости, найдите экземпляры active_view_vide_measurable_impression в HTTP запросах и проверьте параметр mtos . Дополнительную информацию см. в разделе Мониторинг показателей Active View .
[null,null,["Последнее обновление: 2025-03-07 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."]]],[]]