Skip to content

Commit

Permalink
feat:add zmaticoo.md for zMaticoo adapter (#5056)
Browse files Browse the repository at this point in the history
* feat:add zmaticoo.md for zMaticoo adapter

* feat:add zmaticoo.md for zMaticoo adapter

* feat:change zmaticoo.md;add

* feat:
add   tcfeu_supported: true
     gvl_id: 803

---------

Co-authored-by: adam <L12354*。com>
  • Loading branch information
lxj15398019970 authored Feb 1, 2024
1 parent 455ab86 commit fe51b9c
Showing 1 changed file with 41 additions and 0 deletions.
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
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` |

Check failure on line 25 in dev-docs/bidders/zmaticoo.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column count

dev-docs/bidders/zmaticoo.md:25:186 MD056/table-column-count Table column count [Expected: 5; Actual: 6; Too many cells, extra data will be missing] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md056.md
| `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` |

0 comments on commit fe51b9c

Please sign in to comment.