github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrn/sovrntest/video/simple-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          "maxduration": 30,
    14          "protocols": [
    15            4,
    16            5,
    17            6,
    18            8
    19          ]
    20        },
    21        "ext": {
    22          "bidder": {
    23            "tagid": "123456"
    24          }
    25        }
    26      }
    27    ],
    28    "device": {
    29      "ua": "test-user-agent",
    30      "ip": "123.123.123.123",
    31      "language": "en",
    32      "dnt": 0
    33    },
    34    "site": {
    35      "domain": "www.publisher.com",
    36      "page": "http://www.publisher.com/awesome/site"
    37    },
    38    "user": {
    39      "buyeruid": "test_reader_id"
    40    }
    41  },
    42    "httpCalls": [
    43      {
    44        "expectedRequest":
    45        {
    46          "Accept": [
    47            "application/json"
    48          ],
    49          "headers": {
    50            "Content-Type": [
    51              "application/json"
    52            ],
    53            "User-Agent": [
    54              "test-user-agent"
    55            ],
    56            "X-Forwarded-For": [
    57              "123.123.123.123"
    58            ],
    59            "Accept-Language": [
    60              "en"
    61            ],
    62            "Dnt": [
    63              "0"
    64            ],
    65            "Cookie": [
    66              "ljt_reader=test_reader_id"
    67            ]
    68          },
    69          "uri": "http://sovrn.com/test/endpoint",
    70          "body": {
    71            "id": "test-request-id",
    72            "imp": [
    73              {
    74                "id": "test-imp-id",
    75                "video": {
    76                  "mimes": [
    77                    "video/mp4",
    78                    "video/3gpp",
    79                    "video/x-ms-wmv"
    80                  ],
    81                  "maxduration": 30,
    82                  "protocols": [
    83                    4,
    84                    5,
    85                    6,
    86                    8
    87                  ]
    88                },
    89                "tagid": "123456",
    90                "ext": {
    91                  "bidder": {
    92                    "tagid": "123456"
    93                  }
    94                }
    95              }
    96            ],
    97            "site": {
    98              "domain": "www.publisher.com",
    99              "page": "http://www.publisher.com/awesome/site"
   100            },
   101            "user": {
   102              "buyeruid": "test_reader_id"
   103            },
   104            "device": {
   105              "ua": "test-user-agent",
   106              "ip": "123.123.123.123",
   107              "dnt": 0,
   108              "language": "en"
   109            }
   110          },
   111          "impIDs":["test-imp-id"]
   112        },
   113        "mockResponse": {
   114          "status": 200,
   115          "body": {
   116            "id": "test-request-id",
   117            "seatbid": [
   118              {
   119                "bid": [
   120                  {
   121                    "id": "v_449642_554a13d3b9f348fba707cf83f0f63800",
   122                    "impid": "test-imp-id",
   123                    "price": 3.5,
   124                    "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800",
   125                    "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>"
   126                  }
   127                ]
   128              }
   129            ]
   130          }
   131        }
   132      }
   133    ],
   134  
   135    "expectedBidResponses": [
   136      {
   137        "currency": "USD",
   138        "bids": [
   139          {
   140            "bid": {
   141            "id": "v_449642_554a13d3b9f348fba707cf83f0f63800",
   142            "impid": "test-imp-id",
   143            "price": 3.5,
   144            "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800",
   145            "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>"
   146            },
   147            "type": "video"
   148          }
   149        ]
   150      }
   151    ]
   152  }