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

Preciso Bid Adapter: update #5582

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dev-docs/bidders/preciso.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Preciso
description: Prebid Preciso Bid Adapter
gdpr_supported: true
gvl_id: 874
media_types: display
media_types: display,native
gdpr_supported: true
usp_supported: true
pbjs: true
Expand Down Expand Up @@ -61,13 +61,15 @@ pbjs.setConfig({
|---------------|----------|---------------------|---------------|----------|
| `publisherId` | required | Numeric Publisher ID <br>(as provided by Preciso) | `'123AB123'` | `string` |
| `region` | optional,recommended | 3 letter country code | `'IND'` | `string` |
| `bidFloor` | optional,recommended | Minimum bid for this impression expressed in CPM (USD) | `0.01` | `float` |
| `bidFloor` | optional,recommended | Minimum bid for this impression expressed in CPM (USD). It is used if the Floor Module is not available | `0.01` | `float` |
| `pageType` | optional, recommended | Kind of content present in the page | `'homepage'` | `String` |
| `bcat` | optional | List of blocked advertiser categories (IAB) | `['IAB1-1']` | `string array` |
| `badv` | optional | Blocked Advertiser Domains| `'example.com'` | `string array`|

Notes:

- It is best to provide the `bidfloor` in priceFloor module.

- Preferred to provide the `bcat` and `badv` within the first party data (above). When both methods are provided, first party data values will be prioritized.

### Example Ad Unit
Expand Down