Interface AdsDeleteTargetGroupParams

interface AdsDeleteTargetGroupParams {
    account_id: number;
    client_id?: number;
    target_group_id: number;
    [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.

target_group_id: number

Group ID.

Generated using TypeDoc