Skip to content

Commit

Permalink
CAP-1614 - updated docs to show correct size for banner and some othe…
Browse files Browse the repository at this point in the history
…r small fixes
  • Loading branch information
Corey Kress committed Feb 5, 2020
1 parent 2a10388 commit 25c5ad3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions modules/synacormediaBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ https://track.technoratimedia.com/openrtb/tags?ID=%%PATTERN:hb_cache_id_synacorm
```
var adUnits = [{
code: 'test-div',
sizes: [
[300, 250]
],
mediaTypes: {
banner: {
sizes: [[300, 250]]
}
},
bids: [{
bidder: "synacormedia",
params: {
Expand All @@ -38,10 +40,10 @@ https://track.technoratimedia.com/openrtb/tags?ID=%%PATTERN:hb_cache_id_synacorm
}]
},{
code: 'test-div2',
mediaType: {
mediaTypes: {
video: {
context: 'instream',
playerSizes: [
playerSize: [
[300, 250]
],
}
Expand Down

0 comments on commit 25c5ad3

Please sign in to comment.