Skip to content

Commit

Permalink
* Add PubMatic bidder doc file (#1255)
Browse files Browse the repository at this point in the history
* Add app video capability to PubMatic bidder info file
  • Loading branch information
mike-chowla authored Apr 29, 2020
1 parent f1f2b09 commit 210bce4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/bidders/pubmatic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# PubMatic Bidder

## Test Request

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

```
"imp":[
{
"id":“"some-impression-id”,
"banner":{
"format":[
{
"w":300,
"h":250
},
{
"w":300,
"h":600
}
]
},
"ext":{
"pubmatic":{
"publisherId":“156276”,
"adSlot":"pubmatic_test"
}
}
}
]
```
1 change: 1 addition & 0 deletions static/bidder-info/pubmatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ capabilities:
app:
mediaTypes:
- banner
- video
site:
mediaTypes:
- banner
Expand Down

0 comments on commit 210bce4

Please sign in to comment.