-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override ad unit sizes in bid request #2010
Comments
@mmilleruva You'd define a subset of sizes on the label and then label the bidder and it should get the subset of sizes in the request. |
Actually not sure that's going to work @mkendall07. Labels aren't associated with sizes -- they're just tags that can be used to conditionally include/exclude bids. The sizeConfig feature supports overriding sizes, but that would be for all bids in the AdUnit. I think that for a single bid in the AdUnit to have a subset of sizes, the bidder adapter would need to support that. Apparently not many do. So I think this is an enhancement request to allow per-bidder override of the sizes seen by each adapter. |
@bretg almost all adapters are sending all possible sizes configured on adUnit to bid request. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Type of issue
Question/Feature Request
Description
Is it possible to override adunit sizes for a specific bid request in that ad unit. Looking at the example below, my adunit accepts 2 sizes. I only want the first bid request to be able to bid on 300x250 sizes.
The primary use case for this is to allow for premium inventory sizes that I would only allow certain partners to bid on. Or if we have a partner with lower quality ads, we don't let them buy the larger inventory sizes
The text was updated successfully, but these errors were encountered: