Skip to content

Commit

Permalink
modify adUnit infomation (#12241)
Browse files Browse the repository at this point in the history
Co-authored-by: Murano Takamasa <[email protected]>
  • Loading branch information
Takamasa-Murano and Murano Takamasa authored Sep 13, 2024
1 parent 22b65f2 commit 59e830f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions modules/ssp_genieeBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ var adUnits = [
code: 'banner-ad',
mediaTypes: {
banner: {
sizes: [[300, 250], [728, 90]],
sizes: [[300, 250]]
}
},
bids: [
{}
]
bids: [{
bidder: 'ssp_geniee',
params: {
zoneId: 1573195
}
}]
},
];
```

0 comments on commit 59e830f

Please sign in to comment.