github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrn/sovrntest/video/full-video.json (about)

     1  {
     2    "mockBidRequest": {
     3    "id": "test-request-id",
     4    "imp": [
     5      {
     6        "id": "test-imp-id",
     7        "video": {
     8          "mimes": [
     9            "video/mp4",
    10            "video/3gpp",
    11            "video/x-ms-wmv"
    12          ],
    13          "minduration": 5,
    14          "maxduration": 30,
    15          "protocols": [
    16            4,
    17            5,
    18            6,
    19            8
    20          ],
    21          "w": 300,
    22          "h": 250,
    23          "startdelay": 1,
    24          "placement": 1,
    25          "linearity": 1,
    26          "skip": 1,
    27          "skipmin": 10,
    28          "skipafter": 5,
    29          "sequence": 1,
    30          "battr": [ 10, 17 ],
    31          "maxextended": 0,
    32          "minbitrate": 10,
    33          "maxbitrate": 100,
    34          "boxingallowed": 1,
    35          "playbackmethod": [ 2, 6 ],
    36          "playbackend": 1,
    37          "delivery": [ 1, 2 ],
    38          "pos": 1,
    39          "api": [ 1, 2 ]
    40        },
    41        "ext": {
    42          "bidder": {
    43            "tagid": "123456"
    44          }
    45        }
    46      }
    47    ],
    48    "device": {
    49      "ua": "test-user-agent",
    50      "ip": "123.123.123.123",
    51      "language": "en",
    52      "dnt": 0
    53    },
    54    "site": {
    55      "domain": "www.publisher.com",
    56      "page": "http://www.publisher.com/awesome/site"
    57    },
    58    "user": {
    59      "buyeruid": "test_reader_id"
    60    }
    61  },
    62    "httpCalls": [
    63      {
    64        "expectedRequest":
    65        {
    66          "Accept": [
    67            "application/json"
    68          ],
    69          "headers": {
    70            "Content-Type": [
    71              "application/json"
    72            ],
    73            "User-Agent": [
    74              "test-user-agent"
    75            ],
    76            "X-Forwarded-For": [
    77              "123.123.123.123"
    78            ],
    79            "Accept-Language": [
    80              "en"
    81            ],
    82            "Dnt": [
    83              "0"
    84            ],
    85            "Cookie": [
    86              "ljt_reader=test_reader_id"
    87            ]
    88          },
    89          "uri": "http://sovrn.com/test/endpoint",
    90          "body": {
    91            "id": "test-request-id",
    92            "imp": [
    93              {
    94                "id": "test-imp-id",
    95                "video": {
    96                  "mimes": [
    97                    "video/mp4",
    98                    "video/3gpp",
    99                    "video/x-ms-wmv"
   100                  ],
   101                  "minduration": 5,
   102                  "maxduration": 30,
   103                  "protocols": [
   104                    4,
   105                    5,
   106                    6,
   107                    8
   108                  ],
   109                  "w": 300,
   110                  "h": 250,
   111                  "startdelay": 1,
   112                  "placement": 1,
   113                  "linearity": 1,
   114                  "skip": 1,
   115                  "skipmin": 10,
   116                  "skipafter": 5,
   117                  "sequence": 1,
   118                  "battr": [ 10, 17 ],
   119                  "minbitrate": 10,
   120                  "maxbitrate": 100,
   121                  "boxingallowed": 1,
   122                  "playbackmethod": [ 2, 6 ],
   123                  "playbackend": 1,
   124                  "delivery": [ 1, 2 ],
   125                  "pos": 1,
   126                  "api": [ 1, 2 ]
   127                },
   128                "tagid": "123456", 
   129                "ext": {
   130                  "bidder": {
   131                    "tagid": "123456"
   132                  }
   133                }
   134              }
   135            ],
   136            "site": {
   137              "domain": "www.publisher.com",
   138              "page": "http://www.publisher.com/awesome/site"
   139            },
   140            "user": {
   141              "buyeruid": "test_reader_id"
   142            },
   143            "device": {
   144              "ua": "test-user-agent",
   145              "ip": "123.123.123.123",
   146              "dnt": 0,
   147              "language": "en"
   148            }
   149          },
   150          "impIDs":["test-imp-id"]
   151        },
   152        "mockResponse": {
   153          "status": 200,
   154          "body": {
   155            "id": "test-request-id",
   156            "seatbid": [
   157              {
   158                "bid": [
   159                  {
   160                    "id": "v_449642_554a13d3b9f348fba707cf83f0f63800",
   161                    "impid": "test-imp-id",
   162                    "price": 3.5,
   163                    "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800",
   164                    "adm": "<?xml version=\"1.0\" encoding=\"utf-8\"?><VAST version=\"2.0\"><Ad id=\"12345\"><InLine><AdSystem version=\"1.0\">SpotXchange</AdSystem><AdTitle> <![CDATA[Sample VAST]]></AdTitle><Impression>http://sample.com</Impression><Description><![CDATA[A sample VAST feed]]></Description> <Creatives><Creative sequence=\"1\" id=\"1\"><Linear><Duration>00:00:30</Duration> <TrackingEvents> </TrackingEvents><VideoClicks><ClickThrough><![CDATA[http://sample.com/openrtbtest]]></ClickThrough></VideoClicks><MediaFiles><MediaFile delivery=\"progressive\" bitrate=\"256\" width=\"640\" height=\"480\" type=\"video/mp4\"><![CDATA[http://sample.com/video.mp4]]> </MediaFile></MediaFiles></Linear> </Creative></Creatives></InLine></Ad></VAST>"
   165                  }
   166                ]
   167              }
   168            ]
   169          }
   170        }
   171      }
   172    ],
   173  
   174    "expectedBidResponses": [
   175      {
   176        "currency": "USD",
   177        "bids": [
   178          {
   179            "bid": {
   180            "id": "v_449642_554a13d3b9f348fba707cf83f0f63800",
   181            "impid": "test-imp-id",
   182            "price": 3.5,
   183            "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800",
   184            "adm": "<?xml version=\"1.0\" encoding=\"utf-8\"?><VAST version=\"2.0\"><Ad id=\"12345\"><InLine><AdSystem version=\"1.0\">SpotXchange</AdSystem><AdTitle> <![CDATA[Sample VAST]]></AdTitle><Impression>http://sample.com</Impression><Description><![CDATA[A sample VAST feed]]></Description> <Creatives><Creative sequence=\"1\" id=\"1\"><Linear><Duration>00:00:30</Duration> <TrackingEvents> </TrackingEvents><VideoClicks><ClickThrough><![CDATA[http://sample.com/openrtbtest]]></ClickThrough></VideoClicks><MediaFiles><MediaFile delivery=\"progressive\" bitrate=\"256\" width=\"640\" height=\"480\" type=\"video/mp4\"><![CDATA[http://sample.com/video.mp4]]> </MediaFile></MediaFiles></Linear> </Creative></Creatives></InLine></Ad></VAST>"
   185            },
   186            "type": "video"
   187          }
   188        ]
   189      }
   190    ]
   191  }