Skip to content

Commit

Permalink
update static bidder params for rubicon video to follow the json mars…
Browse files Browse the repository at this point in the history
…halling names (#1100)
  • Loading branch information
Aadeshp authored and SyntaxNode committed Nov 5, 2019
1 parent 7153b69 commit 20a30eb
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit 20a30eb

Please sign in to comment.