Client side: Returns the index of the ad pod. For a preroll pod, returns 0.
For midrolls, returns 1, 2,…, N. For a postroll pod, returns -1. Defaults
to 0 if this ad is not part of a pod, or this pod is not part of a playlist.
DAI live stream: Returns the index of the ad pod. For a preroll pod, returns
For midrolls, returns the break ID. Returns -2 if pod index cannot be
determined (internal error).
DAI VOD: Returns the index of the ad pod. For a preroll pod, returns 0. For
midrolls, returns 1, 2,…,N. For a postroll pod, returns N+1…N+X.
Defaults to 0 if this ad is not part of a pod, or this pod is not part of a
playlist.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eIMAAdPodInfo\u003c/code\u003e is a simple data object providing metadata about ad pods, such as total ads, ad position within the pod, and whether an ad is a bumper.\u003c/p\u003e\n"],["\u003cp\u003eIt includes information about the pod's position in the content stream, including pod index and time offset in seconds.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIMAAdPodInfo\u003c/code\u003e indicates if an ad is a bumper, which are short videos used to open and close ad breaks.\u003c/p\u003e\n"],["\u003cp\u003eThe object also provides the maximum duration of the pod, returning -1 for unknown durations.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can access properties like \u003ccode\u003etotalAds\u003c/code\u003e, \u003ccode\u003eadPosition\u003c/code\u003e, \u003ccode\u003eisBumper\u003c/code\u003e, \u003ccode\u003epodIndex\u003c/code\u003e, \u003ccode\u003etimeOffset\u003c/code\u003e, and \u003ccode\u003emaxDuration\u003c/code\u003e to get insights into the ad pod structure and timing.\u003c/p\u003e\n"]]],["The `IMAAdPodInfo` object provides metadata about an ad pod. Key information includes: `totalAds` (number of ads in the pod), `adPosition` (the ad's position within the pod), and `isBumper` (whether the ad is a bumper). `podIndex` indicates the pod's position in a playlist (pre-roll, mid-roll, or post-roll) and `timeOffset` denotes the pod's scheduled time. `maxDuration` specifies the pod's maximum duration in seconds.\n"],null,[]]