v1

latestOpenAPI 3.1.02026-07-26950137.9 KB

Campaign Reach Estimator

  • Estimates the reach (total impressions) of a given campaign.
  • Estimates are based on historical data for similar campaign targeting.
post/backstage/api/1.0/{account_id}/campaign/reach_estimator

Path parameters

account_idstring required

An alphabetic ID. See Get Account Details.

Request body

RAW_BODYstring json

A JSON object with the relevant campaign fields.

Response

200

OR

Example response

{
  "lower_bound": 1000000000,
  "upper_bound": 1000000001
}