Skip to content

Commit

Permalink
modify adUnit infomation
Browse files Browse the repository at this point in the history
  • Loading branch information
Murano Takamasa committed Sep 13, 2024
1 parent 22b65f2 commit dc31334
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 dc31334

Please sign in to comment.