github.com/prebid/prebid-server@v0.275.0/adapters/trafficgate/trafficgatetest/supplemental/bad_ext_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          "ext": {
    20            "bidder": {
    21              "placementId": "1",
    22              "host": "example"
    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      {
    38        "expectedRequest": {
    39          "uri": "http://example.bc-plugin.com/?c=o&m=rtb",
    40          "body": {
    41            "id": "test-request-id",
    42            "imp": [
    43              {
    44                "id": "test-imp-id",
    45                "banner": {
    46                  "format": [
    47                    {
    48                      "w": 300,
    49                      "h": 250
    50                    },
    51                    {
    52                      "w": 300,
    53                      "h": 600
    54                    }
    55                  ]
    56                },
    57                "ext": {
    58                  "bidder": {
    59                    "placementId": "1",
    60                    "host": "example"
    61                  }
    62                }
    63              }
    64            ],
    65            "app": {
    66              "id": "1",
    67              "bundle": "com.wls.testwlsapplication"
    68            },
    69            "device": {
    70              "ip": "123.123.123.123",
    71              "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    72            }
    73          }
    74        },
    75        "mockResponse": {
    76          "status": 200,
    77          "body": {
    78            "id": "test-request-id",
    79            "seatbid": [
    80              {
    81                "bid": [
    82                  {
    83                    "id": "test_bid_id",
    84                    "impid": "test-imp-id",
    85                    "price": 0.27543,
    86                    "adm": "awesome",
    87                    "cid": "test_cid",
    88                    "crid": "test_crid",
    89                    "dealid": "test_dealid",
    90                    "w": 300,
    91                    "h": 250,
    92                    "ext": {
    93                      "prebid": {}
    94                    }
    95                  }
    96                ]
    97              }
    98            ],
    99            "cur": "USD"
   100          }
   101        }
   102      }
   103    ],
   104    "expectedMakeBidsErrors": [
   105      {
   106        "value": "Unable to read bid.ext.prebid.type",
   107        "comparison": "literal"
   108      }
   109    ]
   110  }