Reach & Frequency
Reserve a Reach & Frequency prediction
Locks the quoted price + inventory until the returned expiresAt and mints a NEW
prediction id — pass that RESERVED id (not the original) as rfPredictionId on
POST /v1/ads/create. Release an unused reservation via DELETE.
PlatformsMeta
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
predictionId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
{ "adAccountId": "string", "prediction": { "predictionId": "string", "status": "string", "budget": 0, "reach": 0, "impressions": 0, "minBudget": 0, "maxBudget": 0, "minReach": 0, "maxReach": 0, "frequencyCap": 0, "startTime": 0, "stopTime": 0, "expiresAt": "string" }}Was this page helpful?