github.com/prebid/prebid-server@v0.275.0/adapters/imds/imdstest/supplemental/one_bad_ext.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-bad",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          },
    15          "ext": {
    16            "bidder": {
    17              "seatId": "",
    18              "tagId": ""
    19            }
    20          }
    21        },
    22        {
    23          "id": "test-imp-id",
    24          "banner": {
    25            "format": [
    26              {
    27                "w": 300,
    28                "h": 250
    29              }
    30            ]
    31          },
    32          "ext": {
    33            "bidder": {
    34              "seatId": "prebid",
    35              "tagId": "demo1"
    36            }
    37          }
    38        }
    39      ]
    40    },
    41  
    42    "httpCalls": [
    43      {
    44        "expectedRequest": {
    45          "uri": "http://pbs.technoratimedia.com/openrtb/bids/prebid?src=pbs-go%2F1.0.0&adapter=imds",
    46          "body": {
    47            "id": "test-request-id",
    48            "ext": {
    49              "seatId": "prebid"
    50            },
    51            "imp": [
    52              {
    53                "id":"test-imp-id",
    54                "tagid": "demo1",
    55                "banner": {
    56                  "format": [
    57                    {"w":300,"h":250}
    58                  ]
    59                },
    60                "ext": {
    61                  "bidder": {
    62                    "seatId": "prebid",
    63                    "tagId": "demo1"
    64                  }
    65                }
    66              }
    67            ]
    68          }
    69        },
    70        "mockResponse": {
    71          "status": 200,
    72          "body": {
    73            "id": "1",
    74            "seatbid": [
    75              {
    76                "bid": [
    77                  {
    78                    "id": "test-request-id",
    79                    "impid": "test-imp-id",
    80                    "price": 2.69,
    81                    "adomain": [
    82                      "psacentral.org"
    83                    ],
    84                    "cid": "mock-crid",
    85                    "crid": "mock-cid",
    86                    "ext": {
    87                      "prebid": {
    88                        "type": "banner"
    89                      }
    90                    }
    91                  }
    92                ],
    93                "seat": "imds"
    94              }
    95            ],
    96            "ext": {
    97              "responsetimemillis": {
    98                "imds": 339
    99              }
   100            }
   101          }
   102        }
   103      }
   104    ],
   105    "expectedBidResponses": [
   106      {
   107        "currency": "USD",
   108        "bids": [
   109          {
   110            "bid": {
   111              "adomain": [
   112                "psacentral.org"
   113              ],
   114              "cid": "mock-crid",
   115              "crid": "mock-cid",
   116              "ext": {
   117                "prebid": {
   118                  "type": "banner"
   119                }
   120              },
   121              "id": "test-request-id",
   122              "impid": "test-imp-id",
   123              "price": 2.69
   124            },
   125            "type": "banner"
   126          }
   127        ]
   128      }
   129    ],
   130    "expectedMakeRequestsErrors": [
   131      {
   132        "value": "Invalid Impression",
   133        "comparison": "literal"
   134      }
   135    ]
   136  }