github.com/prebid/prebid-server/v2@v2.18.0/adapters/frvradn/frvradntest/exemplary/banner.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": "4fd8fadb-b218-41cd-a99f-8ae932b8c529",
    18              "publisher_id": "7de498f7-f955-4696-a337-348b026c5e42"
    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": "4fd8fadb-b218-41cd-a99f-8ae932b8c529",
    43                  "publisher_id": "7de498f7-f955-4696-a337-348b026c5e42"
    44                }
    45              }
    46            ]
    47          },
    48          "impIDs":["test-banner-id"]
    49        },
    50        "mockResponse": {
    51          "status": 200,
    52          "body": {
    53            "id": "test-request-id",
    54            "seatbid": [
    55              {
    56                "seat": "test-seat",
    57                "bid": [
    58                  {
    59                    "id": "d4916d88-c0f4-4340-87c0-bc9054696d3a",
    60                    "impid": "test-banner-id",
    61                    "price": 0.55,
    62                    "adm": "a creative",
    63                    "adid": "123123",
    64                    "adomain": ["advertiser.com"],
    65                    "crid": "9999",
    66                    "w": 300,
    67                    "h": 600,
    68                    "ext": {
    69                      "prebid": {
    70                        "type": "banner"
    71                      }
    72                    }
    73                  }
    74                ]
    75              }
    76            ]
    77          }
    78        }
    79      }
    80    ],
    81    "expectedBidResponses": [
    82      {
    83        "bids": [
    84          {
    85            "bid": {
    86              "id": "d4916d88-c0f4-4340-87c0-bc9054696d3a",
    87              "impid": "test-banner-id",
    88              "price": 0.55,
    89              "adm": "a creative",
    90              "adid": "123123",
    91              "adomain": ["advertiser.com"],
    92              "crid": "9999",
    93              "w": 300,
    94              "h": 600,
    95              "ext": {
    96                "prebid": {
    97                  "type": "banner"
    98                }
    99              }
   100            },
   101            "type": "banner"
   102          }
   103        ]
   104      }
   105    ]
   106  }