Interface AdsCreateTargetPixelParams

interface AdsCreateTargetPixelParams {
    account_id: number;
    category_id: number;
    client_id?: number;
    domain?: string;
    name: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

account_id: number
category_id: number
client_id?: number
domain?: string
name: string

Generated using TypeDoc