latestOpenAPI 3.1.02026-07-2616636641.7 KB

0ca55f45aa7d

Reserved Campaigns

Patch reserved campaign

Partially update one or more fields of a reserved campaign. Only the provided fields will be updated; other fields remain unchanged. Note: Array fields (like flights) are not supported in patch operations.

patch/forecaster/reserved-campaign/{reservedCampaignId}

Request body

namestring

The name of the reserved campaign.

status'reserved' | 'booked'

The status of the campaign.

descriptionstring nullable

An optional description of the reserved campaign.

salesProbabilityWeightinteger

A weight (0-100) representing the probability that this reserved campaign will convert to a booked campaign.

advertiserAdvertiser — unresolved $ref
capTypeCapType — unresolved $ref
dailyCapAmountDailyCapAmount — unresolved $ref
lifetimeCapAmountLifetimeCapAmount — unresolved $ref
frequencyCapFrequencyCap — unresolved $ref

Response

Normal response, containing the full updated JSON object with the reserved campaign, if successful.

Schema required— unresolved $ref