> ## Documentation Index
> Fetch the complete documentation index at: https://developers.criteo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Marketing Solutions API Changelog

Release notes and announcements for the Criteo Marketing Solutions API. Versions are released twice a year, in January and July.

<Update label="2026.07 Version" tags={["New releases"]}>
  ## API Versioning Policy Update

  Starting with this release, the Criteo Marketing Solutions API moves to a cadence of **two versions per year**, released in January and July. We are also introducing a new **three-tier release model** — Experimental, Release Candidate, and Stable — replacing the previous two-tier system (Preview and Stable). Find out what this means for your integration in our [Versioning Policy](/criteo-apis/docs/versioning-policy) guide.

  ## Product Boost

  Five new endpoints are available to manage Product Boost configurations, letting you control which products are featured in your ads at the ad and dataset level. See the [API Reference](/marketing-solutions/reference/fetch-boosted-ad-associations) for full details.

  | Verb     | Endpoint                                                          | Description                                     |
  | -------- | ----------------------------------------------------------------- | ----------------------------------------------- |
  | `GET`    | `/marketing-solutions/ads/{ad-id}/product-boost`                  | List Product Boost configurations for an ad     |
  | `GET`    | `/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}` | Get a specific Product Boost configuration      |
  | `POST`   | `/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}` | Create a Product Boost configuration            |
  | `DELETE` | `/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}` | Delete a Product Boost configuration            |
  | `GET`    | `/marketing-solutions/dataset/{dataset-id}/product-boost`         | List Product Boost configurations for a dataset |

  ## Ad-Sets — New Fields and Attribution Methods

  Two additions to all ad-set endpoints (`PATCH`, `POST`, search, and `GET`):

  * `budget.pacingBehavior` — controls how the budget is paced over the campaign flight.
  * Two new values for `attributionConfiguration.attributionMethod`: `googleAnalytics` and `sftp`.

  See the [API Reference](/marketing-solutions/reference/patch-ad-sets) for full details.
</Update>

<Update label="2026.01 Version" tags={["New releases"]}>
  ## Commerce Grid Audience Segments

  New endpoints to manage audience segments programmatically — create, update, delete, and search segments, as well as manage contact list membership. See the [Commerce Grid Audience Segments](/marketing-solutions/docs/commerce-grid-audience-segments-endpoints) guide for full details.
</Update>

<Update label="2025.10 Version" tags={["New releases"]}>
  ## Authorization Code Rate Limiting — Auto Scaling

  Rate limits for Authorization Code apps now scale automatically with the number of consented accounts (10 calls/minute per account per consent granter). Learn more on the [Rate Limits](/marketing-solutions/docs/rate-limits) page.

  ## Product Sets — Now in Stable

  The Product Sets endpoint has moved from Preview to Stable. Product Sets let you create subsets of your product catalog using rule-based conditions to control which products appear in dynamic ads. See the [Product Sets](/marketing-solutions/docs/product-sets) guide.
</Update>

<Update label="2025.07 Version" tags={["New releases"]}>
  ## Real-Time Statistics (Preview)

  A new preview endpoint enables real-time MPO statistics retrieval, returning live performance data immediately without polling. See the [Real-Time Statistics](/marketing-solutions/docs/getting-realtime-mpo-statistics) guide.
</Update>

<Update label="2025.04 Version" tags={["New releases"]}>
  ## Ad-Sets — Attribution Configuration

  A new `attributionConfiguration` field has been added to [Ad-Set](/marketing-solutions/docs/ad-set) endpoints, letting advertisers choose which attribution method to use for their sales campaigns.

  ## Updated Terms & Conditions

  The API Terms & Conditions have been updated to clarify agreement scope, acceptance requirements, and compliance obligations. Find them on the [Terms & Conditions](/marketing-solutions/docs/criteo-api-terms-and-conditions) page.
</Update>
