Interface AdsUpdateTargetGroupParams

interface AdsUpdateTargetGroupParams {
    account_id: number;
    client_id?: number;
    domain?: string;
    lifetime: number;
    name: string;
    target_group_id: number;
    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.

domain?: string

Domain of the site where user accounting code will be placed.

lifetime: number

'Only for the groups that get audience from sites with user accounting code.', Time in days when users added to a retarget group will be automatically excluded from it. '0' - automatic exclusion is off.

name: string

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

target_group_id: number

Group ID.

target_pixel_id?: number
target_pixel_rules?: string

Generated using TypeDoc