Skip to content
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
22 changes: 22 additions & 0 deletions dev-docs/bidders/publicgood.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: bidder
title: Public Good
description: Public Gppd Bid Adapter
biddercode: publicgood
pbjs: true
sidebarType: 1
media_types: banner
safeframes_ok: true
tcfeu_supported: false
usp_supported: false
coppa_supported: false
Comment on lines +3 to +12
Copy link
Contributor

Choose a reason for hiding this comment

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

There's quite some meta data missing. Please refer to https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter and add as much as possible.

media_types is especially relevant.

---

### Bid params

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|-------------|----------|--------------------------------------------------------------------------------------------------------------|-------------------------------|---------------|
| `partnerId` | required | Publisher ID | `'prebid-test'` | `string` |
| `slotId` | required | Slot ID = 'all' unless negotiated otherwise | `'all'` | `string` |