Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:add zmaticoo.md for zMaticoo adapter #5056

Merged
merged 11 commits into from
Feb 1, 2024
41 changes: 41 additions & 0 deletions dev-docs/bidders/zmaticoo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: bidder
title: zMaticoo
description: zMaticoo Prebid Bidder Adapter
pbjs: true
biddercode: zmaticoo
deals_supported: false
tcfeu_supported: true
gvl_id: 803
media_types: banner
sidebarType: 1
lxj15398019970 marked this conversation as resolved.
Show resolved Hide resolved
safeframes_ok: true
ortb_blocking_supported: partial
---

### Note

To use this bidder you will need a valid pubId. For further information, please contact <support@zmaticoo.com>.

### 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` |