הסבר על הארכיטקטורה של ה-SDK
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
המדריך הזה מספק סקירה כללית של מחזור החיים של ה-SDK ואת האינטראקציות בין נגן הסטרימינג של הווידאו, IMA DAI SDK ושרת מודעות.
אינטראקציות בסיסיות
בתרשים הבא מוצגות האינטראקציות בין נגן הווידאו, IMA DAI SDK ו-Ad Manager 360, עם הערות.

דף האינטרנט או האפליקציה טוענים את IMA DAI SDK דרך:
- תג סקריפט מוטמע ל-HTML5
- אפליקציה מובנית ל-Android, ל-Google Cast, ל-iOS, ל-tvOS או ל-Roku
ה-SDK של IMA DAI מבקש שידור VOD או שידור חי מ-Google Ad Manager 360.
מערכת Ad Manager 360 מגיבה עם שידור הווידאו שכולל הפסקות למודעות.
IMA DAI SDK מנתח את התגובה, קובע את סוג המדיה הנכון בהתאם לסביבה ומעביר את סטרימינג הווידאו (ואת המודעות הנלוות, אם יש צורך) לדף האינטרנט או לאפליקציה.
נגן הווידאו מנהל משא ומתן על פרטי ההפעלה עם IMA DAI SDK ומפעיל את המודעות.
IMA SDK יוצר פינג של חשיפות ואירועי מעקב לפי הצורך.
מחזור חיים
בתרשים הזה מוצג מחזור החיים המלא של IMA DAI SDK. קריאות ל-constructor ולשיטות מודגשות בכחול, אירועים מודגשים באדום ותנאי השגיאה מוצגים עם מחברים אדומים וטקסט אדום.

אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-21 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-21 (שעון UTC)."],[[["\u003cp\u003eThe IMA DAI SDK facilitates communication between your video player and an ad server (like Google Ad Manager 360) to seamlessly integrate ads into video content.\u003c/p\u003e\n"],["\u003cp\u003eThe SDK handles requesting the video stream, parsing ad breaks, and delivering the content to the player for playback, including companion ads.\u003c/p\u003e\n"],["\u003cp\u003eThroughout the process, the IMA SDK manages playback details, tracks ad impressions, and sends necessary event updates for monitoring and analysis.\u003c/p\u003e\n"],["\u003cp\u003eThe lifecycle of the SDK involves initialization, stream requests, ad playback, and event handling, with potential error scenarios addressed.\u003c/p\u003e\n"]]],[],null,["# Learn the SDK architecture\n\nThis guide provides an overview of the SDK lifecycle and the interactions\nbetween your video stream player, the IMA DAI SDK, and an ad server.\n\nBasic interactions\n------------------\n\nThe following diagram illustrates and annotates the interactions between\nyour video player, the IMA DAI SDK, and Ad Manager 360.\n\n1. The web page or app loads the IMA DAI SDK via:\n\n - an embedded script tag for HTML5\n - a native app for Android, Google Cast, iOS, tvOS, or Roku\n2. The IMA DAI SDK requests either a VOD stream or live stream from Google Ad\n Manager 360.\n\n3. Ad Manager 360 responds with the video stream that includes inserted ad\n breaks.\n\n4. The IMA DAI SDK parses the response, determines the correct media type based\n on environment, and delivers the video stream (and\n companion ads if needed) to the web page or app.\n\n5. The video player negotiates the playback details with the IMA DAI SDK and\n plays the ads.\n\n6. The IMA SDK fires an impression ping and tracking events, as needed.\n\nLifecycle\n---------\n\nThis diagram shows the full lifecycle of the IMA DAI SDK. Constructor and method\ncalls are highlighted in blue, events are highlighted in red, and error\nconditions are shown with red connectors and red text."]]