/reachestimate
Reach estimates will tell you if a line item will be able to deliver or not as well as estimate the number of impressions it can get during the time it is active.
POST
Example POST object:
targeting
A list of targeting options to run your reach estimation against.
dimensions
Yes
Array
An array of size arrays of the sizes of the line item you wish to run a reach estimation for.
startDate
Yes
Date String
The start date of the reach estimate.
endDate
Yes
Date String
The end date for the reach estimate.
cpm
Yes
Array
The CPM price to use for the estimation.
tier
Yes
String
The id of the tier you wish to run the estimate against.
Example responses object.
numSamples
Number of samples that were used to derive the reach estimate.
matchedSamples
Number of samples that matched the provided targeting
totalTraffic.
The maximum amount of traffic, regardless of targeting.
reach
The estimated number of impressions that the targeting will match.
reachUpperBound
An upper limit for the estimated number of impressions the targeting will match.
reachLowerBound
A lower limit for the estimated number of impressions the targeting will match.
competitors
A list of line-items that also compete against impressions that match the provided targeting.
uncontestedReach
The estimation of number of impressions that match the provided targeting and that are not allocated to existing line-items.
uncontestedReachUpperBound
Upper limit for the uncontested reach estimate.
uncontestedReachLowerBound
Lower limit for the uncontested reach estimate.
The values provided for clickReach
, visibleReach
, viewableReach
and renderedReach
provide similar information as the reach
values, except for those specific event types rather than for impressions.
Last updated