github.com/prebid/prebid-server/v2@v2.18.0/adapters/bidmyadz/bidmyadztest/supplemental/response-without-seatbid.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    },
    42  
    43    "httpCalls": [
    44      {
    45        "expectedRequest": {
    46          "uri": "http://endpoint.bidmyadz.com/c0f68227d14ed938c6c49f3967cbe9bc",
    47          "body": {
    48            "id": "12345",
    49            "imp": [{
    50              "id": "1",
    51              "secure": 1,
    52              "bidfloor": 0.31,
    53              "bidfloorcur": "USD",
    54              "banner": {
    55                "w": 300,
    56                "h": 250
    57              },
    58              "ext": {
    59                "bidder": {
    60                  "placementId": "tbanner"
    61                }
    62              }
    63            }],
    64            "device": {
    65              "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",
    66              "geo": {
    67                "country": "USA",
    68                "lat": 47.627500,
    69                "lon": -122.346200
    70              },
    71              "ip": "18.146.18.241",
    72              "devicetype": 2
    73            },
    74            "user": {
    75              "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5"
    76            },
    77            "site": {
    78              "id": "banner",
    79              "domain": "test.com",
    80              "cat": ["IAB1"],
    81              "page": "https://test.com",
    82              "publisher": {
    83                "id": "1"
    84              }
    85            }
    86          },
    87          "impIDs":["1"]
    88        },
    89        "mockResponse": {
    90          "status": 200,
    91          "body": {
    92            "id": "d910ceef496ff2d746176506e296f4b3_z53356_a126365",
    93            "bidid": "880184da7ec02b1f42802acb46b63b3c",
    94            "seatbid": [],
    95            "cur": "USD"
    96          }
    97        }
    98      }
    99    ],
   100  
   101    "expectedMakeBidsErrors": [
   102      {
   103        "value": "Empty SeatBid",
   104        "comparison": "literal"
   105      }
   106    ]
   107  }