Interface AdsCreateLookalikeRequestParams

interface AdsCreateLookalikeRequestParams {
    account_id: number;
    client_id?: number;
    retargeting_group_id?: number;
    source_type: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

account_id: number
client_id?: number
retargeting_group_id?: number
source_type: string

Generated using TypeDoc