From d273d736fcc33471c89edd1171e7fed05b38cb4b Mon Sep 17 00:00:00 2001 From: Aadesh Patel Date: Tue, 5 Nov 2019 17:53:21 +0000 Subject: [PATCH] update static bidder params for rubicon video to follow the json marshalling names --- static/bidder-params/rubicon.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/bidder-params/rubicon.json b/static/bidder-params/rubicon.json index 137954cfcd0..a2ba22820b8 100644 --- a/static/bidder-params/rubicon.json +++ b/static/bidder-params/rubicon.json @@ -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" }