github.com/prebid/prebid-server/v2@v2.18.0/adapters/ix/ixtest/supplemental/bad-imp-id.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                  },
    15                  "ext": {
    16                      "bidder": {
    17                          "siteId": "569749"
    18                      }
    19                  }
    20              }
    21          ]
    22      },
    23      "httpCalls": [
    24          {
    25              "expectedRequest": {
    26                  "uri": "http://host/endpoint",
    27                  "body": {
    28                      "id": "test-request-id",
    29                      "imp": [
    30                          {
    31                              "id": "test-imp-id",
    32                              "banner": {
    33                                  "format": [
    34                                      {
    35                                          "w": 300,
    36                                          "h": 250
    37                                      }
    38                                  ],
    39                                  "w": 300,
    40                                  "h": 250
    41                              },
    42                              "ext": {
    43                                  "bidder": {
    44                                      "siteId": "569749"
    45                                  }
    46                              }
    47                          }
    48                      ]
    49                  },
    50                  "impIDs":["test-imp-id"]
    51              },
    52              "mockResponse": {
    53                  "status": 200,
    54                  "body": {
    55                      "id": "test-request-id",
    56                      "seatbid": [
    57                          {
    58                              "seat": "958",
    59                              "bid": [
    60                                  {
    61                                      "id": "7706636740145184841",
    62                                      "impid": "bad-imp-id",
    63                                      "price": 0.5,
    64                                      "adid": "29681110",
    65                                      "adm": "some-test-ad",
    66                                      "adomain": [
    67                                          "https://advertiser.example.com"
    68                                      ],
    69                                      "cid": "958",
    70                                      "crid": "29681110",
    71                                      "h": 250,
    72                                      "w": 300,
    73                                      "ext": {
    74                                          "ix": {}
    75                                      }
    76                                  }
    77                              ]
    78                          }
    79                      ],
    80                      "bidid": "5778926625248726496",
    81                      "cur": "USD"
    82                  }
    83              }
    84          }
    85      ],
    86      "expectedBidResponses": [{"currency":"USD","bids":[]}],
    87      "expectedMakeBidsErrors": [
    88          {
    89              "value": "unmatched impression id: bad-imp-id",
    90              "comparison": "literal"
    91          }
    92      ]
    93  }