Interface AdsImportTargetContactsParams

interface AdsImportTargetContactsParams {
    account_id: number;
    client_id?: number;
    contacts: string;
    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.

contacts: string

List of phone numbers, emails or user IDs separated with a comma.

target_group_id: number

Target group ID.

Generated using TypeDoc