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

Split account from auction settings #946

Open
bretg opened this issue Jan 5, 2024 · 0 comments
Open

Split account from auction settings #946

bretg opened this issue Jan 5, 2024 · 0 comments
Milestone

Comments

@bretg
Copy link
Contributor

bretg commented Jan 5, 2024

Is your feature request related to a problem? Please describe.

During initialization, the SDK asks for "account". This value is then copied to two places in the ORTB:

  • app.publisher.id
  • ext.prebid.storedrequest.id

This is sub-optimal because a single account ID might want to have multiple top-level storedrequests defining different timeouts, price granularities, etc.

Describe the solution you'd like

I would like an optional parameter for the SDK to separate out account from "auction settings".

e.g.

Prebid.init(context, accountID, adServer, host, [auctionSettingsId]);

If specified, the auctionSettingsId is used to set ext.prebid.storedrequest.id. If not specified, it's ok to default ext.prebid.storedrequest.id to the account ID.

Describe alternatives you've considered

When we have the new ORTB feature defined in #877, there will be a workaround where the app code can override ext.prebid.storedrequest.id. But that seems awkward.

@alexsavelyev alexsavelyev added this to the 3.0.0 milestone May 23, 2024
@alexsavelyev alexsavelyev moved this from Triage to Needs Requirements in Prebid Mobile Prioritization May 23, 2024
@jsligh jsligh self-assigned this May 31, 2024
@jsligh jsligh moved this from Needs Requirements to Ready for Dev in Prebid Mobile Prioritization May 31, 2024
@jsligh jsligh removed their assignment Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for Dev
Development

No branches or pull requests

3 participants