Skip to content

Commit 59e830f

Browse files
Takamasa-MuranoMurano Takamasa
and
Murano Takamasa
authored
modify adUnit infomation (#12241)
Co-authored-by: Murano Takamasa <[email protected]>
1 parent 22b65f2 commit 59e830f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

modules/ssp_genieeBidAdapter.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ var adUnits = [
2929
code: 'banner-ad',
3030
mediaTypes: {
3131
banner: {
32-
sizes: [[300, 250], [728, 90]],
32+
sizes: [[300, 250]]
3333
}
3434
},
35-
bids: [
36-
{}
37-
]
35+
bids: [{
36+
bidder: 'ssp_geniee',
37+
params: {
38+
zoneId: 1573195
39+
}
40+
}]
3841
},
3942
];
4043
```

0 commit comments

Comments
 (0)