Represents an InLine in VAST.

Constructors

  • Parameters

    • adSystem: string

      the ad system of the inline

    • adTitle: string

      the ad title of the inline

    • impressions: Impression[]

      the impressions of the inline

    • creatives: Creative[]

      the creatives of the inline

    • Optional category: string

      the category of the inline

    • Optional description: string

      the description of the inline

    • Optional advertiser: string

      the advertiser of the inline

    • Optional pricing: string

      the pricing of the inline

    • Optional survey: string

      the survey of the inline

    • errors: string[] = []

      the errors of the inline

    • extensions: default[] = []

      the extensions of the inline

    Returns InLine

Properties

adSystem: string

the ad system of the inline

adTitle: string

the ad title of the inline

advertiser?: string

the advertiser of the inline

creatives: Creative[]

the creatives of the inline

description?: string

the description of the inline

errors: string[]

the errors of the inline

extensions: default[]

the extensions of the inline

impressions: Impression[]

the impressions of the inline

pricing?: string

the pricing of the inline

survey?: string

the survey of the inline

Generated using TypeDoc