github.com/prebid/prebid-server/v2@v2.18.0/adapters/adman/admantest/supplemental/bad_response.json (about)

     1  {
     2  	"mockBidRequest": {
     3          "id": "test-request-id",
     4          "imp": [
     5              {
     6                  "id": "test-imp-id",
     7                  "banner": {
     8                      "format": [
     9                          {
    10                              "w": 300,
    11                              "h": 250
    12                          },
    13                          {
    14                              "w": 300,
    15                              "h": 600
    16                          }
    17                      ]
    18                  },
    19                  "tagid": "17",
    20                  "ext": {
    21                      "bidder": {
    22                          "TagID": "17"
    23                      }
    24                  }
    25              }
    26          ],
    27          "app": {
    28              "id": "1",
    29              "bundle": "com.wls.testwlsapplication"
    30          },
    31          "device": {
    32              "ip": "123.123.123.123",
    33              "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    34          }
    35      },
    36  	"httpCalls": [{
    37  		"expectedRequest": {
    38  			"uri": "http://pub.admanmedia.com/?c=o&m=ortb",
    39  			"body": {
    40                  "id": "test-request-id",
    41                  "imp": [
    42                      {
    43                          "id": "test-imp-id",
    44                          "banner": {
    45                              "format": [
    46                                  {
    47                                      "w": 300,
    48                                      "h": 250
    49                                  },
    50                                  {
    51                                      "w": 300,
    52                                      "h": 600
    53                                  }
    54                              ]
    55                          },
    56                          "tagid": "17",
    57                          "ext": {
    58                              "bidder": {
    59                                  "TagID": "17"
    60                              }
    61                          }
    62                      }
    63                  ],
    64                  "app": {
    65                      "id": "1",
    66                      "bundle": "com.wls.testwlsapplication"
    67                  },
    68                  "device": {
    69                      "ip": "123.123.123.123",
    70                      "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    71                  }
    72              },
    73              "impIDs":["test-imp-id"]
    74  		},
    75  		"mockResponse": {
    76  			"status": 200,
    77  			"body": ""
    78          }
    79      }],
    80      "expectedMakeBidsErrors": [
    81          {
    82            "value": "json: cannot unmarshal string into Go value of type openrtb2.BidResponse",
    83            "comparison": "literal"
    84          }
    85      ]
    86  }