You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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.
The text was updated successfully, but these errors were encountered:
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:
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.
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.
The text was updated successfully, but these errors were encountered: