Interface VastChainDetails

VastChain details object. You can think of it as a summary of the VAST Chain. Useful for debugging purposes and tracking. for more info about the returned properties please check VAST specification

Hierarchy

  • VastChainDetails

Properties

adId?: string

the ad Id. See VAST spec for more info

adServingId?: string

the adServingId See VAST spec for more info

adSystem?: string

the ad system. See VAST spec for more info

adTitle?: string

ad title.

adWrapperCreativeAdIds?: string[]

creative ad ids of the wrapper.

adWrapperCreativeIds?: string[]

creative Ids of the wrappers.

adWrapperIds?: string[]

ad ids of the wrappers.

adWrapperSystems?: string[]

ad systems of the wrappers.

advertiser?: string

ad advertiser's name.

category?: string

ad category.

categoryAuthority?: string

ad category authority.

clickThroughUrl?: string

the inline ad clickThroughUr.

creativeAdId?: string

[creativeAdId] - the ad id of the linear creative.

creativeData?: VpaidCreativeData

Object with the VpaidCreativeData of the Ad.

creativeId?: string

the id of the linear creative.

description?: string

ad description.

duration?: string

the linear duration as it comes int the VAST XML

durationInMs?: number

the linear duration in milliseconds

mediaFiles?: MediaFile[]

The linear ads MediaFiles

pricing?: string

the pricing of the ad if available

pricingCurrency?: string

the currency of the pricing if available.

pricingModel?: string

the pricing model if available.

skipOffset?: string

the linear skip offset as it comes int the VAST XML

skipOffsetInMs?: number

the linear skip offset in milliseconds

skippable?: boolean

true if the ad is skippable and false otherwise.

universalAdId?: string

Universal Ad Id of the ad.

universalAdIdRegistry?: string

registry of the Universal Ad Id of the ad.

vastVersion?: string

VAST version of the last VastResponse. If no version is found it will contain unknown.

vpaid?: boolean

if the VastChain has a linear ad, it will be true if it contains a VPAID creative and false otherwise.

Generated using TypeDoc