We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a10388 + 25c5ad3 commit f430418Copy full SHA for f430418
modules/synacormediaBidAdapter.md
@@ -24,9 +24,11 @@ https://track.technoratimedia.com/openrtb/tags?ID=%%PATTERN:hb_cache_id_synacorm
24
```
25
var adUnits = [{
26
code: 'test-div',
27
- sizes: [
28
- [300, 250]
29
- ],
+ mediaTypes: {
+ banner: {
+ sizes: [[300, 250]]
30
+ }
31
+ },
32
bids: [{
33
bidder: "synacormedia",
34
params: {
@@ -38,10 +40,10 @@ https://track.technoratimedia.com/openrtb/tags?ID=%%PATTERN:hb_cache_id_synacorm
38
40
}]
39
41
},{
42
code: 'test-div2',
- mediaType: {
43
44
video: {
45
context: 'instream',
- playerSizes: [
46
+ playerSize: [
47
[300, 250]
48
],
49
}
0 commit comments