Proposal: limit number of impressions in auction request
Opened this issue · 0 comments
linux019 commented
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
"device": {
"w": 1366,
"h": 128810,
"dnt": 0,
"ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36",
"language": "en",
},
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)?