github.com/prebid/prebid-server/v2@v2.18.0/adapters/sa_lunamedia/salunamediatest/supplemental/bad-response.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "id",
     4      "imp": [{
     5        "id": "id",
     6        "secure": 1,
     7        "bidfloor": 0.01,
     8        "bidfloorcur": "USD",
     9        "banner": {
    10          "w": 300,
    11          "h": 250
    12        },
    13        "ext": {
    14          "bidder": {
    15            "key": "test"
    16          }
    17        }
    18      }],
    19      "device": {
    20        "ua": "UA",
    21        "ip": "123.3.4.123"
    22      },
    23      "regs": {
    24        "ext": {
    25          "gdpr": 0
    26        }
    27      },
    28      "user": {
    29        "id": "userid"
    30      },
    31      "site": {
    32        "id": "id",
    33        "domain": "test,com",
    34        "cat": ["IAB12"],
    35        "publisher": {
    36          "id": "pubid"
    37        }
    38      }
    39    },
    40  
    41    "httpCalls": [
    42      {
    43        "expectedRequest": {
    44          "uri": "http://test.com/pserver",
    45          "body": {
    46            "id": "id",
    47            "imp": [{
    48              "id": "id",
    49              "secure": 1,
    50              "bidfloor": 0.01,
    51              "bidfloorcur": "USD",
    52              "banner": {
    53                "w": 300,
    54                "h": 250
    55              },
    56              "ext": {
    57                "bidder": {
    58                  "key": "test"
    59                }
    60              }
    61            }],
    62            "device": {
    63              "ua": "UA",
    64              "ip": "123.3.4.123"
    65            },
    66            "regs": {
    67              "ext": {
    68                "gdpr": 0
    69              }
    70            },
    71            "user": {
    72              "id": "userid"
    73            },
    74            "site": {
    75              "id": "id",
    76              "domain": "test,com",
    77              "cat": ["IAB12"],
    78              "publisher": {
    79                "id": "pubid"
    80              }
    81            }
    82          },
    83          "impIDs":["id"]
    84        },
    85        "mockResponse": {
    86          "status": 200,
    87          "body": ""
    88        }
    89      }
    90    ],
    91    "expectedMakeBidsErrors": [
    92      {
    93        "value": "json: cannot unmarshal string into Go value of type openrtb2.BidResponse",
    94        "comparison": "literal"
    95      }
    96    ],
    97  
    98    "expectedBidResponses": []
    99  }