AI-generated Key Takeaways
- 
          
The AdProgressData object provides information about the current progress of an ad that is playing.
 - 
          
Key properties include adBreakDuration, adPosition, currentTime, duration, and totalAds.
 
This object exposes information about the current progress as an ad is playing.
      | Properties | |
|---|---|
              ad
             | 
            The maximum duration of the current ad break.  | 
          
              ad
             | 
            The position in the ad break of the current ad.  | 
          
              current
             | 
            The current time of the currently playing ad.  | 
          
              duration
             | 
            The duration of the currently playing ad.  | 
          
              total
             | 
            The total number of ads in the current ad break.  | 
          
Properties
adBreakDuration
adBreakDuration: number
            adPosition
adPosition: number
            currentTime
currentTime: number
            duration
duration: number
            totalAds
totalAds: number