Interface AdsCreateCampaignsParams

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

Generated using TypeDoc