Skip to content

Commit

Permalink
Merge pull request prebid#15 in SA/prebid from CAP-1614 to master
Browse files Browse the repository at this point in the history
* commit '25c5ad3b60ffd6b4d3c645dd9bf16bbb4397a346':
  CAP-1614 - updated docs to show correct size for banner and some other small fixes
  • Loading branch information
Corey Kress authored and Corey Kress committed Feb 7, 2020
2 parents 2a10388 + 25c5ad3 commit f430418
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 f430418

Please sign in to comment.