Tracking data parsed on DATE-RANGE or inner ads in ASSET-LIST level

interface SgaiAdTrackingPayload {
    clickThrough?: string;
    duration: number;
    identifiers: SgaiAdTrackerIdentifiers[];
    start: number;
    tracking?: SgaiAdTrackingEventData[];
    type: LINEAR;
    verification?: SgaiAdTrackingVerificationData[];
}

Properties

clickThrough?: string

Optional click through url for the ad

duration: number

The duration of the ad in seconds

Array of ad identifiers to uniquely identify the ad

start: number

The start time of the ad within the primary content timeline or related to start of asset-list

Array of tracking events that provide tracking urls for various points in ad lifecycle

type: LINEAR

The type of the ad

Array of verification data to provide ad verification provider resources