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

Opsco Bid Adapter Documentation #5162

Merged
merged 5 commits into from
Apr 10, 2024
Merged
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
37 changes: 37 additions & 0 deletions dev-docs/bidders/opsco.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: bidder
title: OpsCo
description: Prebid OpsCo Bid Adapter
pbjs: true
biddercode: opsco
media_types: banner
tcfeu_supported: false
gvl_id: none
prebid_member: false
deals_supported: false
floors_supported: false
coppa_supported: false
fpd_supported: false
ortb_blocking_supported: false
gpp_sids: check with bidder
safeframes_ok: true
usp_supported: true
schain_supported: true
sidebarType: 1

---

### Integration Note

OpsCo header bidding adapter connects with OpsCo demand sources. Please reach out to <[email protected]> for more information.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|------------------------|---------|----------|
| `placementId` | required | The Placement ID | `'123'` | `string` |
| `publisherId` | required | The Publisher ID | `'123'` | `string` |
| `siteId` | optional | The Site ID | `'123'` | `string` |
| `test` | optional | Whether the request is for testing only. | `true` | `boolean` |

Loading