Interface AdsUpdateCampaignsParams

interface AdsUpdateCampaignsParams {
    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 campaigns. Description of 'campaign_mod' objects see below.

Generated using TypeDoc