github.com/prebid/prebid-server/v2@v2.18.0/adapters/bidmyadz/bidmyadztest/supplemental/response-without-bids.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "12345",
     4      "imp": [{
     5        "id": "1",
     6        "secure": 1,
     7        "bidfloor": 0.31,
     8        "bidfloorcur": "USD",
     9        "banner": {
    10          "w": 300,
    11          "h": 250
    12        },
    13        "ext": {
    14          "bidder": {
    15            "placementId": "tbanner"
    16          }
    17        }
    18      }],
    19      "device": {
    20        "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",
    21        "geo": {
    22          "country": "USA",
    23          "lat": 47.627500,
    24          "lon": -122.346200
    25        },
    26        "ip": "18.146.18.241",
    27        "devicetype": 2
    28      },
    29      "user": {
    30        "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5"
    31      },
    32      "site": {
    33        "id": "banner",
    34        "domain": "test.com",
    35        "cat": ["IAB1"],
    36        "page": "https://test.com",
    37        "publisher": {
    38          "id": "1"
    39        }
    40      },
    41      "impIDs":["1"]
    42    },
    43  
    44    "httpCalls": [
    45      {
    46        "expectedRequest": {
    47          "uri": "http://endpoint.bidmyadz.com/c0f68227d14ed938c6c49f3967cbe9bc",
    48          "body": {
    49            "id": "12345",
    50            "imp": [{
    51              "id": "1",
    52              "secure": 1,
    53              "bidfloor": 0.31,
    54              "bidfloorcur": "USD",
    55              "banner": {
    56                "w": 300,
    57                "h": 250
    58              },
    59              "ext": {
    60                "bidder": {
    61                  "placementId": "tbanner"
    62                }
    63              }
    64            }],
    65            "device": {
    66              "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",
    67              "geo": {
    68                "country": "USA",
    69                "lat": 47.627500,
    70                "lon": -122.346200
    71              },
    72              "ip": "18.146.18.241",
    73              "devicetype": 2
    74            },
    75            "user": {
    76              "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5"
    77            },
    78            "site": {
    79              "id": "banner",
    80              "domain": "test.com",
    81              "cat": ["IAB1"],
    82              "page": "https://test.com",
    83              "publisher": {
    84                "id": "1"
    85              }
    86            }
    87          },
    88          "impIDs":["1"]
    89        },
    90        "mockResponse": {
    91          "status": 200,
    92          "body": {
    93            "id": "d910ceef496ff2d746176506e296f4b3_z53356_a126365",
    94            "bidid": "880184da7ec02b1f42802acb46b63b3c",
    95            "seatbid": [{
    96              "bid": [],
    97              "seat": "1"
    98            }],
    99            "cur": "USD"
   100          }
   101        }
   102      }
   103    ],
   104  
   105    "expectedMakeBidsErrors": [
   106      {
   107        "value": "Empty SeatBid.Bids",
   108        "comparison": "literal"
   109      }
   110    ]
   111  }