Interface AdsGetPostsReachParams

interface AdsGetPostsReachParams {
    account_id: number;
    ids: string;
    ids_type: "ad" | "campaign";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

account_id: number

Advertising account ID.

ids: string

IDs requested ads or campaigns, separated with a comma, depending on the value set in 'ids_type'. Maximum 100 objects.

ids_type: "ad" | "campaign"

Type of requested objects listed in 'ids' parameter: *ad - ads,, *campaign - campaigns.

Generated using TypeDoc