Skip to content

Commit 234c56f

Browse files
ops-coadtech-sky
andauthored
Opsco Bid Adapter Documentation (prebid#5162)
* Opsco Bid Adapter Documentation * Adding test parameter * Changing documentation parameters * Fixing linting issues * Changing Opsco to OpsCo --------- Co-authored-by: adtech-sky <[email protected]>
1 parent 42a29b2 commit 234c56f

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

dev-docs/bidders/opsco.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: bidder
3+
title: OpsCo
4+
description: Prebid OpsCo Bid Adapter
5+
pbjs: true
6+
biddercode: opsco
7+
media_types: banner
8+
tcfeu_supported: false
9+
gvl_id: none
10+
prebid_member: false
11+
deals_supported: false
12+
floors_supported: false
13+
coppa_supported: false
14+
fpd_supported: false
15+
ortb_blocking_supported: false
16+
gpp_sids: check with bidder
17+
safeframes_ok: true
18+
usp_supported: true
19+
schain_supported: true
20+
sidebarType: 1
21+
22+
---
23+
24+
### Integration Note
25+
26+
OpsCo header bidding adapter connects with OpsCo demand sources. Please reach out to <[email protected]> for more information.
27+
28+
### Bid Params
29+
30+
{: .table .table-bordered .table-striped }
31+
| Name | Scope | Description | Example | Type |
32+
|------------|----------|------------------------|---------|----------|
33+
| `placementId` | required | The Placement ID | `'123'` | `string` |
34+
| `publisherId` | required | The Publisher ID | `'123'` | `string` |
35+
| `siteId` | optional | The Site ID | `'123'` | `string` |
36+
| `test` | optional | Whether the request is for testing only. | `true` | `boolean` |
37+

0 commit comments

Comments
 (0)