Skip to content

Commit f430418

Browse files
Corey KressCorey Kress
Corey Kress
authored and
Corey Kress
committed
Merge pull request prebid#15 in SA/prebid from CAP-1614 to master
* commit '25c5ad3b60ffd6b4d3c645dd9bf16bbb4397a346': CAP-1614 - updated docs to show correct size for banner and some other small fixes
2 parents 2a10388 + 25c5ad3 commit f430418

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

modules/synacormediaBidAdapter.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ https://track.technoratimedia.com/openrtb/tags?ID=%%PATTERN:hb_cache_id_synacorm
2424
```
2525
var adUnits = [{
2626
code: 'test-div',
27-
sizes: [
28-
[300, 250]
29-
],
27+
mediaTypes: {
28+
banner: {
29+
sizes: [[300, 250]]
30+
}
31+
},
3032
bids: [{
3133
bidder: "synacormedia",
3234
params: {
@@ -38,10 +40,10 @@ https://track.technoratimedia.com/openrtb/tags?ID=%%PATTERN:hb_cache_id_synacorm
3840
}]
3941
},{
4042
code: 'test-div2',
41-
mediaType: {
43+
mediaTypes: {
4244
video: {
4345
context: 'instream',
44-
playerSizes: [
46+
playerSize: [
4547
[300, 250]
4648
],
4749
}

0 commit comments

Comments
 (0)