Top level tracking data parsed on ASSET-LIST level

interface SgaiAdTrackerData {
    duration: number;
    payload?: SgaiAdTrackingPayload[];
    start?: number;
    tracking?: SgaiAdTrackingEventData[];
}

Properties

duration: number

Total duration of all ads in the asset list in seconds

Array of ad tracking payloads for each ad in the asset list

start?: number

The start time of the ad list within the primary content timeline

Top level tracking events for the ad list, applicable to all ads in the list