Interface AdsGetTargetGroupsParams

interface AdsGetTargetGroupsParams {
    account_id: number;
    client_id?: number;
    extended?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

account_id: number

Advertising account ID.

client_id?: number

'Only for advertising agencies.', ID of the client with the advertising account where the group will be created.

extended?: number | boolean

'1' - to return pixel code.

Generated using TypeDoc