github.com/prebid/prebid-server@v0.275.0/adapters/criteo/criteotest/supplemental/500-response-from-target.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "test-request-id",
     4        "app": {
     5          "bundle": "test.app.bundle"
     6        },
     7        "device": {
     8          "ifa": "test-ifa-123456",
     9          "ip": "91.199.242.236",
    10          "ua": "random user agent",
    11          "os": "android"
    12        },
    13        "regs": {
    14          "ext": {
    15            "us_privacy": "1YYY"
    16          }
    17        },
    18        "imp": [
    19          {
    20            "id": "test-imp-id",
    21            "banner": {
    22              "format": [
    23                {
    24                  "w": 300,
    25                  "h": 250
    26                }
    27              ]
    28            },
    29            "ext": {
    30              "bidder": {
    31                "zoneid": 123456,
    32                "networkid": 78910
    33              }
    34            }
    35          }
    36        ]
    37      },
    38      "httpCalls": [
    39        {
    40          "expectedRequest": {
    41            "uri": "https://ssp-bidder.criteo.com/openrtb/pbs/auction/request?profile=230",
    42            "headers": {},
    43            "body": {
    44              "id": "test-request-id",
    45              "app": {
    46                "bundle": "test.app.bundle"
    47              },
    48              "device": {
    49                "ifa": "test-ifa-123456",
    50                "ip": "91.199.242.236",
    51                "ua": "random user agent",
    52                "os": "android"
    53              },
    54              "regs": {
    55                "ext": {
    56                  "us_privacy": "1YYY"
    57                }
    58              },
    59              "imp": [
    60                {
    61                  "id": "test-imp-id",
    62                  "banner": {
    63                    "format": [
    64                      {
    65                        "w": 300,
    66                        "h": 250
    67                      }
    68                    ]
    69                  },
    70                  "ext": {
    71                    "bidder": {
    72                      "zoneid": 123456,
    73                      "networkid": 78910
    74                    }
    75                  }
    76                }
    77              ]
    78            }
    79          },
    80          "mockResponse": {
    81            "status": 500
    82          }
    83        }
    84      ],
    85      "expectedMakeBidsErrors": [
    86        {
    87          "value": "Unexpected status code: 500. Run with request.debug = 1 for more info.",
    88          "comparison": "literal"
    89        }
    90      ]
    91    }
    92