Skip to content
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

update static bidder params for rubicon video to follow the json marshaling names #1100

Merged
merged 1 commit into from
Nov 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions static/bidder-params/rubicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@
"type": "object",
"description": "An object defining additional Rubicon video parameters",
"properties": {
"Language": {
"language": {
"type": "string",
"description": "Language of the ad - should match content video"
},
"PlayerHeight": {
"playerHeight": {
"type": "integer",
"description": "Height in pixels of the video player"
},
"PlayerWidth": {
"playerWidth": {
"type": "integer",
"description": "Width in pixels of the video player"
},
"VideoSizeID": {
"size_id": {
"type": "integer",
"description": "Rubicon size_id, used to describe type of video ad (preroll, postroll, etc)"
},
"Skip": {
"skip": {
"type": "integer",
"description": "Can this ad be skipped ( 0 = no, 1 = yes)"
},
"SkipDelay": {
"skipdelay": {
"type": "integer",
"description": "number of seconds until the ad can be skipped"
}
Expand Down