-
Notifications
You must be signed in to change notification settings - Fork 750
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
New Adapter: FeedAd #4104
base: master
Are you sure you want to change the base?
New Adapter: FeedAd #4104
Conversation
Code coverage summaryNote:
feedadRefer here for heat map coverage report
|
headers.Add("Accept", "application/json") | ||
headers.Add("Content-Type", "application/json;charset=utf-8") | ||
headers.Add("X-FA-PBS-Adapter-Version", feedAdAdapterVersion) | ||
headers.Add("X-Openrtb-Version", "2.5") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you able to support OpenRTB 2.6 instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m afraid, we don’t have support for oRTB 2.6, yet, but it’s on our roadmap for next year.
Can we please start with oRTB 2.5 for now?
Code coverage summaryNote:
feedadRefer here for heat map coverage report
|
This PR adds the FeedAd PBS adapter
Docs PR: prebid/prebid.github.io#5776