interface AdTagPlaceholders {
    assetUrl?: string[];
    domain?: string[];
    height?: string[];
    page?: string[];
    playbackTime?: string[];
    random?: string[];
    referrer?: string[];
    timestamp?: string[];
    width?: string[];
}

Properties

assetUrl?: string[]

Placeholders for the URL of the content asset

domain?: string[]

Placeholders for the domain of the current page

height?: string[]

Placeholders for the height of the player

page?: string[]

Placeholders for the URL of the current page

playbackTime?: string[]

Placeholders for the current playback time of the player

random?: string[]

Placeholders for a 8 digit random number

referrer?: string[]

Placeholders for the URL of the referring page

timestamp?: string[]

Placeholders for the current UNIX timestamp of the client

width?: string[]

Placeholders for the width of the player