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

Add dichange Bidder docs #5554

Closed
wants to merge 4 commits into from
Closed
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
39 changes: 39 additions & 0 deletions dev-docs/bidders/dichange.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: bidder
title: dichange
description: dichange Bidder Adapter
biddercode: dichange
media_types: banner, video
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add

safeframes_ok: true/false
deals_supported: true/false
fpd_supported: true/false

meta data as well, please 😊

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the comment. Please let me know if everything is correct now

coppa_supported: true
tcfeu_supported: false
usp_supported: true
prebid_member: false
pbjs: true
pbs: true
schain_supported: true
floors_supported: true
multiformat_supported: will-bid-on-any
sidebarType: 1
safeframes_ok: true
deals_supported: true
fpd_supported: false
pbs_app_supported: false
ortb_blocking_supported: false
---

### Prebid.js Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|-----------------------------|---------------|-----------|
| `pid` | required | Placement ID | `test-banner` | `string` |
| `env` | required | Environment name | `dichange` | `string` |
| `ext` | optional | Specific integration config | `{}` | `object` |

### Prebid Server Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|-----------------------------|---------------|-----------|
| `pid` | required | Unique placement ID | `pid1` | `string` |
| `env` | optional | Dichange environment | `test` | `string` |