Interface AdsGetRejectionReasonParams

interface AdsGetRejectionReasonParams {
    account_id: number;
    ad_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

account_id: number

Advertising account ID.

ad_id: number

Ad ID.

Generated using TypeDoc