---
title: "/2026-01/retail-media/campaigns/{campaignId}/campaign-budget-overrides"
method: PUT
path: "/2026-01/retail-media/campaigns/{campaignId}/campaign-budget-overrides"
tags: ["Campaign"]
---

# /2026-01/retail-media/campaigns/{campaignId}/campaign-budget-overrides

`PUT /2026-01/retail-media/campaigns/{campaignId}/campaign-budget-overrides`

Update campaign budget overrides by given campaign id and new campaign budget overrides settings.

## Path parameters

- `campaignId` string, required

## Request body

- ValueResourceInputOfCampaignBudgetOverrides — A top-level object that encapsulates a Criteo API request for a single value object.
  - `data` ValueResourceOfCampaignBudgetOverrides, nullable — A value resource exposed by the API.
    - `attributes` CampaignBudgetOverrides, nullable — Campaign budget overrides including Monthly and Daily budget overrides.
      - `dailyBudgetOverrides` CampaignDailyBudgetOverride[], required — Campaign budget override daily part, chronological order restricted.
        - `duration` string, required — The number of DAYs that the override is active from StartDate, e.g. "1D". Must end with 'D' or 'd'.
        - `maxDailySpend` number, double, required — Daily budget override maximum daily spend amount.
        - `startDate` string, date-time, nullable — Daily budget override start date, format "yyyy-MM-dd". If it is null, the StartDate would be the following date of the last item in the override sequence.
        - `status` 'Expired' | 'Active' | 'Upcoming', nullable — Daily budget override computed status.
      - `monthlyBudgetOverrides` CampaignMonthlyBudgetOverride[], required — Campaign budget override monthly part, chronological order restricted.
        - `duration` string, required — The number of MONTHs that the override is active from StartMonth, e.g. "1M". Must end with 'M' or 'm'.
        - `maxMonthlySpend` number, double, required — Monthly budget override maximum monthly spend amount.
        - `startMonth` string, date-time, nullable — Monthly budget override start month, format "yyyy-MM". If it is null, the StartMonth would be the following month of the last item in the override sequence.
        - `status` 'Expired' | 'Active' | 'Upcoming', nullable — Monthly budget override computed status.
    - `type` string, nullable — Type of the resource.

## Response `201`

Success

- ValueResourceOutcomeOfCampaignBudgetOverrides — A top-level object that encapsulates a Criteo API response for a single value object.
  - `data` ValueResourceOfCampaignBudgetOverrides, nullable — A value resource exposed by the API.
    - `attributes` CampaignBudgetOverrides, nullable — Campaign budget overrides including Monthly and Daily budget overrides.
      - `dailyBudgetOverrides` CampaignDailyBudgetOverride[], required — Campaign budget override daily part, chronological order restricted.
        - `duration` string, required — The number of DAYs that the override is active from StartDate, e.g. "1D". Must end with 'D' or 'd'.
        - `maxDailySpend` number, double, required — Daily budget override maximum daily spend amount.
        - `startDate` string, date-time, nullable — Daily budget override start date, format "yyyy-MM-dd". If it is null, the StartDate would be the following date of the last item in the override sequence.
        - `status` 'Expired' | 'Active' | 'Upcoming', nullable — Daily budget override computed status.
      - `monthlyBudgetOverrides` CampaignMonthlyBudgetOverride[], required — Campaign budget override monthly part, chronological order restricted.
        - `duration` string, required — The number of MONTHs that the override is active from StartMonth, e.g. "1M". Must end with 'M' or 'm'.
        - `maxMonthlySpend` number, double, required — Monthly budget override maximum monthly spend amount.
        - `startMonth` string, date-time, nullable — Monthly budget override start month, format "yyyy-MM". If it is null, the StartMonth would be the following month of the last item in the override sequence.
        - `status` 'Expired' | 'Active' | 'Upcoming', nullable — Monthly budget override computed status.
    - `type` string, nullable — Type of the resource.
  - `errors` SdkApiRestCommonProblem[], nullable — Errors that occured during this call.
    - `code` string, nullable — A machine-readable error code, expressed as a string value.
    - `detail` string, nullable — A human-readable explanation specific to this occurrence of the problem.
    - `instance` string, nullable — A URI that identifies the specific occurrence of the problem.
    - `source` object, nullable — A machine-readable structure to reference to the exact location(s) causing the error(s).
    - `stackTrace` string, nullable
    - `title` string, nullable — A short human-readable description of the problem type.
    - `traceId` string, nullable — The request correlation ID this problem comes from.
    - `type` 'unknown' | 'access-control' | 'authentication' | 'authorization' | 'availability' | 'deprecation' | 'quota' | 'validation', nullable — The problem's category.
  - `warnings` SdkApiRestCommonProblem[], nullable — Warnings that occured during this call.
    - `code` string, nullable — A machine-readable error code, expressed as a string value.
    - `detail` string, nullable — A human-readable explanation specific to this occurrence of the problem.
    - `instance` string, nullable — A URI that identifies the specific occurrence of the problem.
    - `source` object, nullable — A machine-readable structure to reference to the exact location(s) causing the error(s).
    - `stackTrace` string, nullable
    - `title` string, nullable — A short human-readable description of the problem type.
    - `traceId` string, nullable — The request correlation ID this problem comes from.
    - `type` 'unknown' | 'access-control' | 'authentication' | 'authorization' | 'availability' | 'deprecation' | 'quota' | 'validation', nullable — The problem's category.

---

[API](https://skmtc.net/criteo/apis/criteo-api.md) · [All operations](https://skmtc.net/criteo/apis/criteo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/criteo/criteo-api/revisions/c1721589426a/schema)
