Interface AdsCreateTargetGroupResponse

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

Indexable

[key: string]: any

Properties

Properties

id: number

Group ID

pixel: string

Pixel code

Generated using TypeDoc