github.com/prebid/prebid-server@v0.275.0/adapters/trafficgate/trafficgatetest/exemplary/simple-web-banner.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": "3",
    22              "host": "example"
    23            }
    24          }
    25        }
    26      ],
    27      "site": {
    28        "id": "1",
    29        "domain": "test.com"
    30      },
    31      "device": {
    32        "ip": "123.123.123.123"
    33      }
    34    },
    35    "httpCalls": [
    36      {
    37        "expectedRequest": {
    38          "uri": "http://example.bc-plugin.com/?c=o&m=rtb",
    39          "body": {
    40            "id": "test-request-id",
    41            "imp": [
    42              {
    43                "id": "test-imp-id",
    44                "banner": {
    45                  "format": [
    46                    {
    47                      "w": 300,
    48                      "h": 250
    49                    },
    50                    {
    51                      "w": 300,
    52                      "h": 600
    53                    }
    54                  ]
    55                },
    56                "ext": {
    57                  "bidder": {
    58                    "placementId": "3",
    59                    "host": "example"
    60                  }
    61                }
    62              }
    63            ],
    64            "site": {
    65              "id": "1",
    66              "domain": "test.com"
    67            },
    68            "device": {
    69              "ip": "123.123.123.123"
    70            }
    71          }
    72        },
    73        "mockResponse": {
    74          "status": 200,
    75          "body": {
    76            "id": "test-request-id",
    77            "seatbid": [
    78              {
    79                "bid": [
    80                  {
    81                    "id": "test_bid_id",
    82                    "impid": "test-imp-id",
    83                    "price": 0.27543,
    84                    "adm": "<iframe width=\"468\" height=\"60\"></iframe>",
    85                    "cid": "test_cid",
    86                    "crid": "test_crid",
    87                    "dealid": "test_dealid",
    88                    "w": 468,
    89                    "h": 60,
    90                    "ext": {
    91                      "prebid": {
    92                        "type": "banner"
    93                      }
    94                    }
    95                  }
    96                ]
    97              }
    98            ],
    99            "cur": "USD"
   100          }
   101        }
   102      }
   103    ],
   104    "expectedBidResponses": [
   105      {
   106        "bids": [
   107          {
   108            "bid": {
   109              "id": "test_bid_id",
   110              "impid": "test-imp-id",
   111              "price": 0.27543,
   112              "adm": "<iframe width=\"468\" height=\"60\"></iframe>",
   113              "cid": "test_cid",
   114              "crid": "test_crid",
   115              "dealid": "test_dealid",
   116              "w": 468,
   117              "h": 60,
   118              "ext": {
   119                "prebid": {
   120                  "type": "banner"
   121                }
   122              }
   123            },
   124            "type": "banner"
   125          }
   126        ],
   127        "currency": "USD"
   128      }
   129    ]
   130  }