-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add: Handling of unrecognized categories (e.g. forwards compatibility) #43
Comments
I'd lean towards "ignoring" unknown categories. There are two main use cases I can see -- a DSP targeting specific venue types and a DSP including venue types in reporting. For targeting, there are a number of other valid targeting strategies beyond venue type, and if a DSP were to be targeting specific venue types, then presumably their bidder would just not bid on any venue types they did not recognize. If a media owner includes a screen with an unrecognized venue type in a PMP, I wouldn't want to block the DSP from transacting on that screen if they were targeting the PMP's deal ID. For reporting, I'd need some insight from DSPs. I would guess that DSPs log the venue type ids from transactions and then host some mapping in whatever reporting tool they offer. If impressions serve on an unrecognized venue type, the DSP can show the ID, nothing, or whatever fits best with their conventions. Seems like overboard to error on requests for the risk of not being able to report on venue type, but again, I'll defer to the DSPs of the group here. As far as communicating changes, I'd put the onus on the sellers. Sellers are responsible for communicating available inventory to buyers, and the supported venue types are relevant metadata to include. |
From a DSP perspective, I would also go with the first option, treating unrecognized venue types as unknown. However, do you foresee this happening often? As long as we agree on a release cycle e.g. quarterly, and the changes are known in advance, then we should have enough time to introduce the relevant changes. Or am I missing something? |
I also prefer option 1. If no specific venue types are targeted in the DSP, meaning all venues are included in the strategy, the bid should go through. |
One of my overriding goals is to enable independent updates across parties (e.g. not have to get stuck with: "DSPs have to update first" for instance - so to see if there are any limits to forwards-compatibility. I see 2 possible cases that I can think of right now:
|
Notes from: #49
Proposal: DSPs should ignore unknown (presumably more recent) categories (+7,-0) |
#43 unknown categories should be ignored, as if not present
Ideally it would be nice to find a solution that allowed sellers and buyers to upgrade and update their support for OpenOOH categories independently, while not disrupting media trading. In general, this seems to amount to either expectations for forwards or backwards compatibility:
Possible options seem to range from liberal to conservative:
The text was updated successfully, but these errors were encountered: