Interface AdsUpdateClientsParams

interface AdsUpdateClientsParams {
    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 clients. Description of 'client_mod' objects see below.

Generated using TypeDoc