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 3 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
38 changes: 38 additions & 0 deletions dev-docs/bidders/opsco.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
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` |


Check failure on line 38 in dev-docs/bidders/opsco.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Multiple consecutive blank lines

dev-docs/bidders/opsco.md:38 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md012.md
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you fix the lint issue 😄

Copy link
Contributor

@adtech-sky adtech-sky Mar 11, 2024

Choose a reason for hiding this comment

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

@muuki88 The issue is resolved. When can we expect it to be merged? Because our adapter is merged in 8.40 without the docs. Thanks

Loading