From 14489c867a946afd54200a49673a50d8058c042f Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 2 Jan 2024 19:05:51 +0800 Subject: [PATCH 1/4] feat:add zmaticoo.md for zMaticoo adapter --- dev-docs/bidders/zmaticoo.md | 41 ++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 dev-docs/bidders/zmaticoo.md diff --git a/dev-docs/bidders/zmaticoo.md b/dev-docs/bidders/zmaticoo.md new file mode 100644 index 0000000000..76d493318d --- /dev/null +++ b/dev-docs/bidders/zmaticoo.md @@ -0,0 +1,41 @@ +--- +layout: bidder +title: zMaticoo +description: zMaticoo Prebid Bidder Adapter +pbjs: true +biddercode: zmaticoo +deals_supported: false +media_types: banner +sidebarType: 1 +--- + +### Registration + +All references to the OpenRTB spec refer to OpenRtb +v2.5 () + +To use this bidder you will need a valid pubId. For further information, please contact . + +### Bid Params + + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|----------------------|----------|----------------------------------------------------------------------------------------------------------------------------|-------------------------|----------------| +| `pubId` | required | The pubId provided by zmaticoo | |`"prebid_test"` | `string` | +| `user` | required | The object containing user data (See OpenRTB spec) | `user: {}` | `object` | +| `device` | required | The object containing device data (See OpenRTB spec) | `device: {}` | `object` | +| `site` | optional | The object containing site data (See OpenRTB spec) | `site: {}` | `object` | +| `app` | optional | The object containing app data (See OpenRTB spec) | `app: {}` | `object` | +| `test` | optional | Flag which will induce a sample bid response when true; only set to true for testing purposes (1 = true, 0 = false) | `1` | `integer` | +| `at` | optional | Auction type, where 1 = First Price, 2 = Second Price Plus | `1` | `integer` | +| `tmax` | optional | Maximum time in milliseconds the exchange allows for bids to be received including Internet latency to avoid timeout | `200` | `integer` | +| `wseat` | optional | White list of buyer seats (e.g., advertisers, agencies) allowed to bid on this impression | `wseat: ["123"]` | `string array` | +| `bseat` | optional | Block list of buyer seats (e.g., advertisers, agencies) restricted from bidding on this impression | `bseat: ["123"]` | `string array` | +| `allimps` | optional | Flag to indicate that the impressions offered represent all the impressions available in context (1 = true, 0 = false) | `1` | `integer` | +| `wlang` | optional | White list of languages for creatives | `wlang: ["ENG"]` | `string array` | +| `bcat` | optional | Blocked advertiser categories using the IAB content categories | `bcat: ["123"]` | `string array` | +| `badv` | optional | Block list of advertisers by their domains | `badv: ["blocked.com"]` | `string array` | +| `bapp` | optional | Block list of applications by their platform-specific exchange independent application identifiers | `badv: ["com.blocked"]` | `string array` | +| `source` | optional | A Source object that provides data about the inventory source and which entity makes the final decision (See OpenRTB spec) | `source: {}` | `object` | +| `ext` | optional | An extension object that allows for custom fields and objects to be sent (See OpenRTB spec) | `ext: {}` | `object` | From 82347c7c58816fd24e80041afa2ff8daa2e4e0b1 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 2 Jan 2024 19:19:28 +0800 Subject: [PATCH 2/4] feat:add zmaticoo.md for zMaticoo adapter --- dev-docs/bidders/zmaticoo.md | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-docs/bidders/zmaticoo.md b/dev-docs/bidders/zmaticoo.md index 76d493318d..9d278e9404 100644 --- a/dev-docs/bidders/zmaticoo.md +++ b/dev-docs/bidders/zmaticoo.md @@ -18,7 +18,6 @@ To use this bidder you will need a valid pubId. For further information, please ### Bid Params - {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |----------------------|----------|----------------------------------------------------------------------------------------------------------------------------|-------------------------|----------------| From f731b615d91e1431d5782ac01127e206e9750006 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 11 Jan 2024 22:04:11 +0800 Subject: [PATCH 3/4] feat:change zmaticoo.md;add --- dev-docs/bidders/zmaticoo.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-docs/bidders/zmaticoo.md b/dev-docs/bidders/zmaticoo.md index 9d278e9404..6ea74fd79c 100644 --- a/dev-docs/bidders/zmaticoo.md +++ b/dev-docs/bidders/zmaticoo.md @@ -5,16 +5,17 @@ description: zMaticoo Prebid Bidder Adapter pbjs: true biddercode: zmaticoo deals_supported: false +tcfeu_supported: true +tcf2_supported: true media_types: banner sidebarType: 1 +safeframes_ok: true +ortb_blocking_supported: partial --- -### Registration +### Note -All references to the OpenRTB spec refer to OpenRtb -v2.5 () - -To use this bidder you will need a valid pubId. For further information, please contact . +To use this bidder you will need a valid pubId. For further information, please contact . ### Bid Params From 8bf9a09dc2a4c482844c43c05e9f3b808abfa14e Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 23 Jan 2024 14:17:59 +0800 Subject: [PATCH 4/4] feat: add tcfeu_supported: true gvl_id: 803 --- dev-docs/bidders/zmaticoo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/zmaticoo.md b/dev-docs/bidders/zmaticoo.md index 6ea74fd79c..aa899b8c6a 100644 --- a/dev-docs/bidders/zmaticoo.md +++ b/dev-docs/bidders/zmaticoo.md @@ -6,7 +6,7 @@ pbjs: true biddercode: zmaticoo deals_supported: false tcfeu_supported: true -tcf2_supported: true +gvl_id: 803 media_types: banner sidebarType: 1 safeframes_ok: true