-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Native targeting keys are not set for bids that use ORTB native responses #9246
Comments
ORTB and the Prebid-proprietary formats should be interchangeable, but it's of course possible that something was overlooked. Could you expand on what you mean by "adapt"? |
@JulieLorin - the difference in targeting is indeed a bug. It does not sound like that's the only thing you are missing though; are you working the bid response object directly for rendering (from The change in format comes from #8086. Part of the strategy is to translate ORTB native responses to the Prebid format so that it would maintain compatibility with existing creatives, but we were assuming that those would be interfacing through the same However, the long term plan is to allow ORTB in the adunit definition itself, and at that point it won't necessarily be true that a given native response can always be translated into the prebid native format. This may or may not matter in your case (if you control the adunit definitions you can choose to keep them in the prebid format and continue to get prebid responses back). |
Yes exactly, we are directly using the bid object from
Thanks for the link to the PR, I was not aware of this transition, and we are indeed not using the same protocol as PUC uses. I can try to create a pull request that adds the parameters at bid response level instead of at the time of the post message if that seems OK |
Type of issue
I think this is a bug (but I may have missed something on native changes on Prebid)
Description
We tried to implement IX on native, but it seems that since #8853, Index Exchange adapter returns a naive bid response with openrtb format instead of Prebid native.
Actual results
Index exchange native bid response :
Expected results
Regular native bid response :
Is this an issue with IX bid adapter or should we adapt to handle this kind of native response ?
The text was updated successfully, but these errors were encountered: