Interface AdsCreateTargetGroupParams

interface AdsCreateTargetGroupParams {
    account_id: number;
    client_id?: number;
    lifetime: number;
    name: string;
    target_pixel_id?: number;
    target_pixel_rules?: string;
    [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.

lifetime: number

'For groups with auditory created with pixel code only.', , Number of days after that users will be automatically removed from the group.

name: string

Name of the target group - a string up to 64 characters long.

target_pixel_id?: number
target_pixel_rules?: string

Generated using TypeDoc