I would like to set individual sizes in Prebid.js sent only to a specific bidder. I checked and the configuration below is incorrect
"Adunit_mobile1": {
"google": {
"slot": "/GAM_network_ID/GAM_path/GAM_Adunit_name",
"lazyLoad": true,
"hb": true,
"sizes": [[300, 600], [320, 50], [300, 250], [320, 100]],
"sizeMappings": [],
"mediaTypes": {
"banner": {
"sizes": [[300, 250], [300, 600], [320, 100], [320, 50]]
}
},
"bids": [
{
"bidder": "bidder_1",
"params": {
"siteId": "XYZ"
}
},
{
"bidder": "bidder_2",
"sizes": [1, 1],
"params": {
"uid": "XYZ"
}
},