From 20a30ebf21aa0fa87498a95ac3a52d3c73fef10b Mon Sep 17 00:00:00 2001 From: Aadesh Date: Tue, 5 Nov 2019 15:56:57 -0500 Subject: [PATCH] update static bidder params for rubicon video to follow the json marshalling names (#1100) --- 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" }