Skip to content

Commit

Permalink
* Add PubMatic bidder doc file (prebid#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 and sachin-pubmatic committed Aug 2, 2021
1 parent f5e18d1 commit cbdcd7e
Showing 1 changed file with 33 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"
}
}
}
]
```

0 comments on commit cbdcd7e

Please sign in to comment.