Skip to content

Commit

Permalink
add Server Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
changjun committed Jul 17, 2023
1 parent a447673 commit 74f2942
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions dev-docs/bidders/tpmn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ coppa_supported: true
gpp_supported: true
schain_supported: true
dchain_supported: false
userId: none
safeframes_ok: true
fpd_supported: false
pbjs: true
Expand Down Expand Up @@ -67,18 +66,17 @@ pbjs.setConfig({
});
```

### Prebid Server Bid Params
### Prebid Server Adapter Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------|------------------|-----------|
| `inventoryId` | required | Inventory ID | `'1'` | `string` |

### Prebid Server Test Request
### Prebid Server Adapter Test Request

The following test parameters can be used to verify that Prebid Server is working properly with the
TPMN adapter. This example includes an `imp` object with an TPMN test publisher ID, ad slot,
and sizes that would match with the test creative.
TPMN adapter.

```json
{
Expand Down

0 comments on commit 74f2942

Please sign in to comment.