github.com/prebid/prebid-server@v0.275.0/adapters/bidmyadz/bidmyadztest/exemplary/video.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "12345",
     4      "imp": [{
     5        "id": "1",
     6        "video": {
     7          "mimes": ["video/mp4", "video/ogg", "video/webm"],
     8          "minduration": 5,
     9          "maxduration": 60,
    10          "protocols": [2, 3, 5, 6, 7, 8],
    11          "w": 300,
    12          "h": 250,
    13          "linearity": 1,
    14          "playbackmethod": [2]
    15        },
    16        "bidfloor": 0.001,
    17        "bidfloorcur": "USD",
    18        "secure": 1,
    19        "exp": 3600,
    20        "ext": {
    21          "bidder": {
    22            "placementId": "tvideo"
    23          }
    24        }
    25      }],
    26      "device": {
    27        "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",
    28        "geo": {
    29          "country": "USA",
    30          "lat": 47.627500,
    31          "lon": -122.346200
    32        },
    33        "ip": "18.146.18.241",
    34        "devicetype": 2
    35      },
    36      "user": {
    37        "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5"
    38      },
    39      "site": {
    40        "id": "banner",
    41        "domain": "test.com",
    42        "cat": ["IAB1"],
    43        "page": "https://test.com",
    44        "publisher": {
    45          "id": "1"
    46        }
    47      }
    48    },
    49  
    50    "httpCalls": [
    51      {
    52        "expectedRequest": {
    53          "uri": "http://endpoint.bidmyadz.com/c0f68227d14ed938c6c49f3967cbe9bc",
    54          "body": {
    55            "id": "12345",
    56            "imp": [{
    57              "id": "1",
    58              "video": {
    59                "mimes": ["video/mp4", "video/ogg", "video/webm"],
    60                "minduration": 5,
    61                "maxduration": 60,
    62                "protocols": [2, 3, 5, 6, 7, 8],
    63                "w": 300,
    64                "h": 250,
    65                "linearity": 1,
    66                "playbackmethod": [2]
    67              },
    68              "bidfloor": 0.001,
    69              "bidfloorcur": "USD",
    70              "secure": 1,
    71              "exp": 3600,
    72              "ext": {
    73                "bidder": {
    74                  "placementId": "tvideo"
    75                }
    76              }
    77            }],
    78            "device": {
    79              "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",
    80              "geo": {
    81                "country": "USA",
    82                "lat": 47.627500,
    83                "lon": -122.346200
    84              },
    85              "ip": "18.146.18.241",
    86              "devicetype": 2
    87            },
    88            "user": {
    89              "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5"
    90            },
    91            "site": {
    92              "id": "banner",
    93              "domain": "test.com",
    94              "cat": ["IAB1"],
    95              "page": "https://test.com",
    96              "publisher": {
    97                "id": "1"
    98              }
    99            }
   100          }
   101        },
   102        "mockResponse": {
   103          "status": 200,
   104          "body": {
   105            "id": "d910ceef496ff2d746176506e296f4b3_z53356_a126365",
   106            "bidid": "880184da7ec02b1f42802acb46b63b3c",
   107            "seatbid": [{
   108              "bid": [{
   109                "id": "6ca51ef38eb42820d27503ee96b634b5",
   110                "impid": "126365",
   111                "price": 0.1,
   112                "nurl": "http://test.com/nurl",
   113                "burl": "http://test.com/burl",
   114                "adm": "<VAST>",
   115                "adomain": ["test.com"],
   116                "cat": ["IAB1"],
   117                "cid": "1",
   118                "crid": "1",
   119                "w": 300,
   120                "h": 250,
   121                "ext": {
   122                  "mediaType": "video"
   123                }
   124              }],
   125              "seat": "1"
   126            }],
   127            "cur": "USD"
   128          }
   129        }
   130      }
   131    ],
   132  
   133    "expectedBidResponses": [
   134      {
   135        "currency": "USD",
   136        "bids": [
   137          {
   138            "bid": {
   139              "id": "6ca51ef38eb42820d27503ee96b634b5",
   140              "impid": "126365",
   141              "price": 0.1,
   142              "nurl": "http://test.com/nurl",
   143              "burl": "http://test.com/burl",
   144              "adm": "<VAST>",
   145              "adomain": ["test.com"],
   146              "cat": ["IAB1"],
   147              "cid": "1",
   148              "crid": "1",
   149              "w": 300,
   150              "h": 250,
   151              "ext": {
   152                "mediaType": "video"
   153              }
   154            },
   155            "type": "video"
   156          }
   157        ]
   158      }
   159    ]
   160  }