Yield Forecast

Patch ad product

Update one or more fields of a Yield Forecast Ad Product.

patch/forecaster/ad-products/{adProductId}

Request body

namestring

Name of the ad product.

descriptionstring nullable

An optional description of the ad product.

enabledboolean

Whether the ad product is enabled. Only enabled ad products are considered when calculating results.

Example request

{
  "name": "Awesome ad product",
  "description": "This ad product is awesome and very cool."
}

Response

Normal response, containing the full updated JSON object with the ad product, if successful.

Schema required— unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.