github.com/prebid/prebid-server@v0.275.0/adapters/frvradn/frvradntest/supplemental/204.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-banner-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 600
    12              }
    13            ]
    14          },
    15          "ext": {
    16            "bidder": {
    17              "ad_unit_id": "aae06006-2c41-499c-a432-7b74bc8d9b28",
    18              "publisher_id": "0af78b6e-45ad-4bad-8332-4b5e6a87b222"
    19            }
    20          }
    21        }
    22      ]
    23    },
    24    "httpCalls": [
    25      {
    26        "expectedRequest": {
    27          "uri": "https://fran.frvr.com/api/v1/openrtb",
    28          "body": {
    29            "id": "test-request-id",
    30            "imp": [
    31              {
    32                "id": "test-banner-id",
    33                "banner": {
    34                  "format": [
    35                    {
    36                      "w": 300,
    37                      "h": 600
    38                    }
    39                  ]
    40                },
    41                "ext": {
    42                  "ad_unit_id": "aae06006-2c41-499c-a432-7b74bc8d9b28",
    43                  "publisher_id": "0af78b6e-45ad-4bad-8332-4b5e6a87b222"
    44                }
    45              }
    46            ]
    47          }
    48        },
    49        "mockResponse": {
    50          "status": 204
    51        }
    52      }
    53    ],
    54    "expectedBidResponses": []
    55  }