Interface AdsUpdateAdsParams

interface AdsUpdateAdsParams {
    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 changes in ads. Description of 'ad_edit_specification' objects see below.

Generated using TypeDoc