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

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-native-id",
     7          "native": {
     8            "request": "test-native-request"
     9          },
    10          "ext": {
    11            "bidder": {
    12              "ad_unit_id": "38cab549-569e-4362-a90f-f7c1d09d3e4c",
    13              "publisher_id": "90f55919-525e-4e2f-99cb-fd4a59fb75a0"
    14            }
    15          }
    16        }
    17      ]
    18    },
    19    "httpCalls": [
    20      {
    21        "expectedRequest": {
    22          "uri": "https://fran.frvr.com/api/v1/openrtb",
    23          "body": {
    24            "id": "test-request-id",
    25            "imp": [
    26              {
    27                "id": "test-native-id",
    28                "native": {
    29                  "request": "test-native-request"
    30                },
    31                "ext": {
    32                  "ad_unit_id": "38cab549-569e-4362-a90f-f7c1d09d3e4c",
    33                  "publisher_id": "90f55919-525e-4e2f-99cb-fd4a59fb75a0"
    34                }
    35              }
    36            ]
    37          }
    38        },
    39        "mockResponse": {
    40          "status": 200,
    41          "body": {
    42            "id": "test-request-id",
    43            "seatbid": [
    44              {
    45                "seat": "test-seat",
    46                "bid": [
    47                  {
    48                    "id": "9244e776-e0c7-4d76-8c20-88971909114b",
    49                    "impid": "test-native-id",
    50                    "price": 2.50,
    51                    "adm": "a creative",
    52                    "adid": "9999",
    53                    "adomain": ["advertiser.com"],
    54                    "crid": "9999",
    55                    "w": 300,
    56                    "h": 600,
    57                    "ext": {
    58                      "prebid": {
    59                        "type": "native"
    60                      }
    61                    }
    62                  }
    63                ]
    64              }
    65            ]
    66          }
    67        }
    68      }
    69    ],
    70    "expectedBidResponses": [
    71      {
    72        "bids": [
    73          {
    74            "bid": {
    75              "id": "9244e776-e0c7-4d76-8c20-88971909114b",
    76              "impid": "test-native-id",
    77              "price": 2.50,
    78              "adm": "a creative",
    79              "adid": "9999",
    80              "adomain": ["advertiser.com"],
    81              "crid": "9999",
    82              "w": 300,
    83              "h": 600,
    84              "ext": {
    85                "prebid": {
    86                  "type": "native"
    87                }
    88              }
    89            },
    90            "type": "native"
    91          }
    92        ]
    93      }
    94    ]
    95  }