Offers Changelog
v1.3 — 2026-07-21
Addedperformance_d0, performance_d7, performance_d30 fields to offer objects
All three endpoints (/offers, /offers/active, /offers/{hash}) now return three performance score fields on every offer object.
Each field is an integer from 1 to 5 indicating how the offer’s actual ROAS compares to its target ROAS.
null means data is not yet available for that cohort.
v1.2 — 2026-07-15
Addedpackage_name field to offer objects
All three endpoints (/offers, /offers/active, /offers/{hash}) now return a package_name field on every offer object.
Added
locale query parameter
Pass locale=en or locale=en-US to set the interface language. Currently only English is supported.
Added source, network, and placement query parameters
Three new optional parameters are now accepted by all integration types (API, IFrame, Script) for both offers and surveys.
For
source and network, use the numeric ID from the reference table (IDs 1–19) instead of raw text values. See the integration pages for the full lookup table.
v1.1 — 2026-06-29
Addedcpi field to offer objects
All three endpoints (/offers, /offers/active, /offers/{hash}) now return a cpi field on every offer object.
v1.0 — Initial release
First release of the Partner Offers API with three endpoints:GET /offers— list available offers for a userGET /offers/active— list offers the user has already startedGET /offers/{hash}— full details for a single offer