github.com/prebid/prebid-server@v0.275.0/adapters/33across/33acrosstest/exemplary/site-banner.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [{"w": 728, "h": 90}]
     9          },
    10          "ext": {
    11            "bidder": {
    12              "siteId": "fake-site-id",
    13              "productId": "inview"
    14            }
    15          }
    16        }
    17      ],
    18      "site": {}
    19    },
    20  
    21    "httpCalls": [
    22      {
    23        "expectedRequest": {
    24          "uri": "http://ssc.33across.com",
    25          "body": {
    26            "ext": {
    27              "ttx": {
    28                "caller": [
    29                  {
    30                    "name": "Prebid-Server",
    31                    "version": "n/a"
    32                  }
    33                ]
    34              }
    35            },
    36            "id": "test-request-id",
    37            "imp": [
    38              {
    39                "id":"test-imp-id",
    40                "banner": {
    41                  "format": [{"w": 728, "h": 90}]
    42                },
    43                "ext": {
    44                  "ttx": {
    45                    "prod": "inview",
    46                    "zoneid": "fake-site-id"
    47                  }
    48                }
    49              }
    50            ],
    51            "site": {}
    52          }
    53        },
    54        "mockResponse": {
    55          "status": 200,
    56          "body": {
    57            "id": "test-request-id",
    58            "seatbid": [
    59              {
    60                "seat": "ttx",
    61                "bid": [{
    62                  "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    63                  "impid": "test-imp-id",
    64                  "price": 0.500000,
    65                  "adm": "some-test-ad",
    66                  "crid": "crid_10",
    67                  "h": 90,
    68                  "w": 728,
    69                  "ext": {
    70                    "ttx": {
    71                      "mediaType": "banner"
    72                    }
    73                  }
    74                }]
    75              }
    76            ],
    77            "cur": "USD"
    78          }
    79        }
    80      }
    81    ],
    82  
    83    "expectedBidResponses": [
    84      {
    85        "currency": "USD",
    86        "bids": [
    87          {
    88            "bid": {
    89              "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    90              "impid": "test-imp-id",
    91              "price": 0.5,
    92              "adm": "some-test-ad",
    93              "crid": "crid_10",
    94              "w": 728,
    95              "h": 90,
    96              "ext": {
    97                "ttx": {
    98                  "mediaType": "banner"
    99                }
   100              }
   101            },
   102            "type": "banner"
   103          }
   104        ]
   105      }
   106    ]
   107  }