From 5ab06a333c38f32ac4ff11b1a9fb064e9af1ce0d Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 11 Dec 2025 09:48:30 +0200 Subject: [PATCH] Attekmi: add region to Markapp --- dev-docs/bidders/markapp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/markapp.md b/dev-docs/bidders/markapp.md index 3e427f8119..7793677efb 100644 --- a/dev-docs/bidders/markapp.md +++ b/dev-docs/bidders/markapp.md @@ -26,6 +26,7 @@ multiformat_supported: will-bid-on-any |---------------|----------|---------------------------------|-------------------------------------|-----------| | `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | | `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | +| `region` | optional | Region | `apac` | `string` | | `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` | | `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` | | `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` |