github.com/prebid/prebid-server/v2@v2.18.0/adapters/gamma/gammatest/exemplary/valid-extension.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "video": {
     8            "mimes": [
     9              "video/mp4"
    10            ],
    11            "protocols": [
    12              2,
    13              5
    14            ],
    15            "w": 640,
    16            "h": 480
    17          },
    18          "ext": {
    19            "bidder": {
    20              "id": "sample-id",
    21              "zid": "sample-zone-id",
    22              "wid": "sample-web-id"
    23            }
    24          }
    25        }
    26      ]
    27    },
    28    "httpCalls": [
    29      {
    30        "expectedRequest": {
    31          "uri": "https://hb.gammaplatform.com/adx/request/?id=sample-id&zid=sample-zone-id&wid=sample-web-id&bidid=test-imp-id&hb=pbmobile",
    32          "impIDs":["test-imp-id"]
    33        },
    34        "mockResponse": {
    35          "status": 200,
    36          "body": {
    37            "id": "test-imp-id",
    38            "cur": "USD",
    39            "seatbid": [
    40              {
    41                "seat": "gamma",
    42                "bid": [
    43                  {
    44                    "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    45                    "impid": "test-imp-id",
    46                    "price": 0.500000,
    47                    "adm": "",
    48                    "vastXml": "some-test-ad",
    49                    "vastUrl": "some-test-url",
    50                    "crid": "crid_10",
    51                    "w": 640,
    52                    "h": 480
    53                  }
    54                ]
    55              }
    56            ]
    57          }
    58        }
    59      }
    60    ],
    61    "expectedBidResponses": [
    62      {
    63        "bids": [
    64          {
    65            "bid": {
    66              "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    67              "impid": "test-imp-id",
    68              "price": 0.5,
    69              "adm": "some-test-ad",
    70              "nurl": "some-test-url",
    71              "crid": "crid_10",
    72              "w": 640,
    73              "h": 480
    74            },
    75            "type": "video"
    76          }
    77        ]
    78      }
    79    ]
    80  }