github.com/prebid/prebid-server/v2@v2.18.0/adapters/limelightDigital/LimelightDigitaltest/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              "host": "native.ortb.net",
    13              "publisherId": 123456
    14            }
    15          }
    16        }
    17      ]
    18    },
    19    "httpCalls": [
    20      {
    21        "expectedRequest": {
    22          "uri": "http://test.ortb.net/openrtb/123456?host=native.ortb.net",
    23          "body": {
    24            "id": "test-request-id-test-native-id",
    25            "imp": [
    26              {
    27                "id": "test-native-id",
    28                "native": {
    29                  "request": "test-native-request"
    30                }
    31              }
    32            ]
    33          },
    34          "impIDs":["test-native-id"]
    35        },
    36        "mockResponse": {
    37          "status": 200,
    38          "body": {
    39            "id": "test-request-id-test-native-id",
    40            "seatbid": [
    41              {
    42                "seat": "test-seat",
    43                "bid": [
    44                  {
    45                    "id": "5665e2bf-5a8d-a16c-a3d6-584a39392c87",
    46                    "impid": "test-native-id",
    47                    "price": 0.1427,
    48                    "adm": "test-native-response",
    49                    "adid": "92-287",
    50                    "adomain": ["advertiserdomain.com"],
    51                    "crid": "287",
    52                    "w": 300,
    53                    "h": 250
    54                  }
    55                ]
    56              }
    57            ]
    58          }
    59        }
    60      }
    61    ],
    62    "expectedBidResponses": [
    63      {
    64        "bids": [
    65          {
    66            "bid": {
    67              "id": "5665e2bf-5a8d-a16c-a3d6-584a39392c87",
    68              "impid": "test-native-id",
    69              "price": 0.1427,
    70              "adm": "test-native-response",
    71              "adid": "92-287",
    72              "adomain": ["advertiserdomain.com"],
    73              "crid": "287",
    74              "w": 300,
    75              "h": 250
    76            },
    77            "type": "native"
    78          }
    79        ]
    80      }
    81    ]
    82  }