interface NewAdAdditionalParameters {
    adDuration?: number;
    adFormat?: AdFormat;
    adName?: string;
    adType?: AdType;
    campaignClassification?: string;
    customAttributes?: {
        [key: string]: string;
    };
    quality?: string;
    resolution?: string;
    volume?: number;
}

Properties

adDuration?: number
adFormat?: AdFormat
adName?: string
adType?: AdType
campaignClassification?: string
customAttributes?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
quality?: string
resolution?: string
volume?: number

Generated using TypeDoc