Skip to content
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

Proposal: limit number of impressions in auction request #4121

Open
linux019 opened this issue Dec 26, 2024 · 0 comments
Open

Proposal: limit number of impressions in auction request #4121

linux019 opened this issue Dec 26, 2024 · 0 comments

Comments

@linux019
Copy link
Contributor

linux019 commented Dec 26, 2024

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)?

@linux019 linux019 changed the title Proposal: limit number of impression in auction request Proposal: limit number of impressions in auction request Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

1 participant