Interface AdsCreateTargetPixelResponse

interface AdsCreateTargetPixelResponse {
    id: number;
    pixel: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

Pixel ID

pixel: string

Pixel code

Generated using TypeDoc