Để thảo luận và đưa ra ý kiến phản hồi về các sản phẩm của chúng tôi, hãy tham gia kênh Discord chính thức của Ad Manager trong máy chủ Cộng đồng quảng cáo và đo lường của Google.
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
SDK IMA phải có khả năng xác định thời điểm người dùng nhìn thấy quảng cáo để có thể gửi tín hiệu chính xác trở lại máy chủ quảng cáo. IMA sử dụng báo cáo Chế độ xem đang kích hoạt để đo lường khả năng xem của quảng cáo. Hướng dẫn này giải thích cách hoạt động của báo cáo Chế độ xem đang kích hoạt với IMA, cũng như cách xác minh rằng SDK có thể thu thập chính xác các tín hiệu về khả năng xem.
Cách hoạt động của báo cáo Chế độ xem đang kích hoạt với SDK IMA
Active View sẽ nhận được các số liệu đo lường trên VideoStreamPlayer đó (getLocationOnScreen và getGlobalVisibleRect).
Xác minh rằng SDK có thể đo lường khả năng xem quảng cáo
Để kiểm tra xem SDK có thể thu thập tín hiệu về khả năng xem hay không, hãy tìm các yêu cầu mạng được gửi đến https://pagead2.googlesyndication.com/pcs/activeview và kiểm tra tham số mtos. Để biết thêm thông tin, hãy xem bài viết Giám sát chế độ đo lường Chế độ xem đang kích hoạt.
Bạn có thể sử dụng luồng mẫu sau đây để kiểm thử khả năng xem:
Để kiểm thử việc sử dụng luồng này, trước tiên, hãy kiểm tra nhật ký mạng để tải ima-test-verification.js xuống, sau đó ping được gửi đến https://pagead2.googlesyndication.com/pagead/gen_204 khi bắt đầu phát quảng cáo.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-03-21 UTC."],[[["The IMA SDK utilizes Active View reporting to determine ad visibility and send signals to the ad server."],["Active View reporting relies on the `StreamDisplayContainer` and `VideoStreamPlayer` for viewability measurements."],["Developers can verify viewability signal capture by checking for `active_view_vide_measurable_impression` in HTTP requests and the `mtos` parameter."],["A sample stream (CMS ID: \"2556080\", video ID: \"tears-of-steel-omid\") is available for viewability testing."],["Custom video display implementations may require layout adjustments to ensure accurate viewability metrics are returned."]]],["The IMA SDK utilizes Active View reporting to gauge ad viewability. This involves creating a `StreamDisplayContainer` with a `VideoStreamPlayer`, enabling Active View to measure it using `getLocationOnScreen` and `getGlobalVisibleRect`. Verification involves checking `HTTP` requests for `active_view_vide_measurable_impression` and the `mtos` parameter. A test stream (CMS ID: \"2556080\", video ID: \"tears-of-steel-omid\") is provided; monitor network logs for `ima-test-verification.js` download and a ping to `https://pagead2.googlesyndication.com/pagead/gen_204`.\n"]]