Interface AdsCreateAdsParams

interface AdsCreateAdsParams {
    account_id: number;
    data: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

account_id: number

Advertising account ID.

data: string

Serialized JSON array of objects that describe created ads. Description of 'ad_specification' objects see below.

Generated using TypeDoc