-
Notifications
You must be signed in to change notification settings - Fork 739
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
Rise: Update bidder info yaml #4039
base: master
Are you sure you want to change the base?
Conversation
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.
As you're updating the bidder info, does Rise support OpenRTB 2.6? That's another potential setting to declare in the bidder info.
@@ -8,6 +11,7 @@ capabilities: | |||
mediaTypes: | |||
- banner | |||
- video | |||
- native |
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.
Adding a new media type requires accompanying json tests with requests for that new media type.
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.
Added a native JSON test
@SyntaxNode as of right now, we don't support OpenRTB 2.6 |
"crid": "29681110", | ||
"h": 250, | ||
"w": 300, | ||
"mtype": 1 |
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.
The mtype
should be 4
for native.
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.
Thanks, fixed
Code coverage summaryNote:
riseRefer here for heat map coverage report
|
Code coverage summaryNote:
riseRefer here for heat map coverage report
|
No description provided.