github.com/prebid/prebid-server/v2@v2.18.0/adapters/e_volution/evolutiontest/supplemental/unexpected-status.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "d910ceef496ff2d746176506e296f4b3_z53356_a126365",
     4      "imp": [{
     5        "id": "126365",
     6        "secure": 1,
     7        "bidfloor": 0.20,
     8        "bidfloorcur": "USD",
     9        "banner": {
    10          "w": 300,
    11          "h": 250,
    12          "format": [{
    13            "w": 300,
    14            "h": 250
    15          }]
    16        },
    17        "ext": {
    18          "bidder": {
    19            "key": "45352"
    20          }
    21        }
    22      }],
    23      "device": {
    24        "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Mobile/15E148 Safari/604.1",
    25        "geo": {
    26          "country": "MEX",
    27          "region": "CMX",
    28          "city": "Mexico City",
    29          "lat": 19.42,
    30          "lon": -99.1663
    31        },
    32        "ip": "189.146.118.247",
    33        "devicetype": 4,
    34        "language": "it"
    35      },
    36      "regs": {
    37        "ext": {
    38          "gdpr": 0
    39        }
    40      },
    41      "user": {
    42        "id": "460ecf1d41fa6656c4b892fd84e61ff8c2ab5ad5",
    43        "ext": {
    44          "consent": ""
    45        }
    46      },
    47      "site": {
    48        "id": "12",
    49        "domain": "milano.repubblica.it",
    50        "cat": ["IAB12"],
    51        "page": "https://milano.repubblica.it",
    52        "publisher": {
    53          "id": "45672"
    54        }
    55      }
    56    },
    57  
    58    "httpCalls": [
    59      {
    60        "expectedRequest": {
    61          "uri": "http://service.e-volution.ai/pbserver",
    62          "body": {
    63            "id": "d910ceef496ff2d746176506e296f4b3_z53356_a126365",
    64            "imp": [{
    65              "id": "126365",
    66              "banner": {
    67                "format": [{
    68                  "w": 300,
    69                  "h": 250
    70                }],
    71                "w": 300,
    72                "h": 250
    73              },
    74              "bidfloor": 0.2,
    75              "bidfloorcur": "USD",
    76              "secure": 1,
    77              "ext": {
    78                "bidder": {
    79                  "key": "45352"
    80                }
    81              }
    82            }],
    83            "site": {
    84              "id": "12",
    85              "domain": "milano.repubblica.it",
    86              "cat": ["IAB12"],
    87              "page": "https://milano.repubblica.it",
    88              "publisher": {
    89                "id": "45672"
    90              }
    91            },
    92            "device": {
    93              "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Mobile/15E148 Safari/604.1",
    94              "geo": {
    95                "lat": 19.42,
    96                "lon": -99.1663,
    97                "country": "MEX",
    98                "region": "CMX",
    99                "city": "Mexico City"
   100              },
   101              "ip": "189.146.118.247",
   102              "devicetype": 4,
   103              "language": "it"
   104            },
   105            "user": {
   106              "id": "460ecf1d41fa6656c4b892fd84e61ff8c2ab5ad5",
   107              "ext": {
   108                "consent": ""
   109              }
   110            },
   111            "regs": {
   112              "ext": {
   113                "gdpr": 0
   114              }
   115            }
   116          },
   117          "impIDs":["126365"]
   118        },
   119        "mockResponse": {
   120          "status": 401
   121        }
   122      }
   123    ],
   124  
   125    "expectedMakeBidsErrors": [
   126      {
   127        "value": "Something went wrong, please contact your Account Manager. Status Code: [ 401 ] ",
   128        "comparison": "literal"
   129      }
   130    ],
   131  
   132    "expectedBidResponses": []
   133  }