-
Notifications
You must be signed in to change notification settings - Fork 765
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
Limit number of impressions in auction request #4121
Comments
Discussed in committee. We agreed that having an opt-in impression limit would be fine. Set this at the default account level that can be overridden by specific accounts. auction.impression_limit: 50
@linux019 - do you have a suggestion for what kind of metric you're looking for? We already have a top-level "imps_requested", perhaps a top-level "imps_dropped" metric? |
I'm good with any name. The metric of type counter is ok to use |
Discussed in committee. We agreed the metric can be called "imps_dropped" and that it should count the number of imps dropped. Ready-for-Dev. |
@linux019 - is this a feature you guys might be willing to contribute? |
Hi @bretg I'll submit a PR |
Some bots or page crawlers send a request containing tens or hundred imps, eg 32...150. This is a useless traffic and it makes extra requests to bidder servers because some adapters send an impression as a separate HTTP request.
This is an example of their windows size, huge width
https://developers.google.com/publisher-tag/guides/publisher-console-messages#TOO_MANY_SLOTS_IN_SRA_REQUEST
It doesn't allow more than 30 ad slots.
Do you consider a PR that will add a impressions limit and a metric (counter with account_id label)?
The text was updated successfully, but these errors were encountered: