קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
כדי ש-IMA SDK יוכל לשלוח את האותות הנכונים חזרה לשרת המודעות, הוא צריך לדעת מתי המודעות גלויות למשתמשים. מערכת IMA משתמשת בדיווח על Active View כדי למדוד את הניראות של המודעות. במדריך הזה נסביר איך דיווח על צפיות פעילות פועל עם IMA, וגם איך לוודא ש-SDK יכול לתעד בצורה נכונה אותות של זמינות לצפייה.
מערכת Active View מקבלת מדידות לגבי VideoStreamPlayer הזה (getLocationOnScreen ו-getGlobalVisibleRect).
אימות ש-SDK יכול למדוד את החשיפה של המודעות
כדי לבדוק אם ה-SDK יכול לתעד אותות של זמינות לצפייה, מחפשים בקשות רשת שנשלחות אל https://pagead2.googlesyndication.com/pcs/activeview ובודקים אם הפרמטר mtos מופיע. איך עוקבים אחרי המדידה של Active View
מקור הנתונים לדוגמה הבא זמין לבדיקה של ניראות:
מזהה מערכת ניהול התוכן: 2556080, מזהה הסרטון: tears-of-steel-omid
כדי לבדוק את השימוש בסטרימינג הזה, קודם צריך לבדוק ביומני הרשת אם ima-test-verification.js הורד, ואז אם נשלח אות ping אל https://pagead2.googlesyndication.com/pagead/gen_204 בתחילת ההפעלה של המודעה.
[[["התוכן קל להבנה","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-28 (שעון 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"]]