github.com/prebid/prebid-server/v2@v2.18.0/adapters/orbidder/orbiddertest/exemplary/simple-web-native.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "site": {
     5        "page": "test.orbidder.de"
     6      },
     7      "user": {
     8        "buyeruid": "test-user"
     9      },
    10      "imp": [
    11        {
    12          "id": "test-imp-id",
    13          "native": {
    14            "ver":"1.2",
    15            "request":"\"assets\":[{\"id\":0,\"required\":1,\"title\":{\"len\":140},{\"id\":1,\"img\":{\"h\":250,\"hmin\":0,\"type\":3,\"w\":300,\"wmin\":0}}]"
    16          },
    17          "ext": {
    18            "bidder": {
    19              "accountId": "orbidder-test",
    20              "placementId": "test-placement",
    21              "bidfloor": 0.1
    22            }
    23          }
    24        }
    25      ]
    26    },
    27    "httpCalls": [
    28      {
    29        "expectedRequest": {
    30          "uri": "https://orbidder-test",
    31          "body": {
    32            "id": "test-request-id",
    33            "site": {
    34              "page": "test.orbidder.de"
    35            },
    36            "user": {
    37              "buyeruid": "test-user"
    38            },
    39            "imp": [
    40              {
    41                "id": "test-imp-id",
    42                "native": {
    43                  "ver":"1.2",
    44                  "request":"\"assets\":[{\"id\":0,\"required\":1,\"title\":{\"len\":140},{\"id\":1,\"img\":{\"h\":250,\"hmin\":0,\"type\":3,\"w\":300,\"wmin\":0}}]"
    45                },
    46                "bidfloorcur": "EUR",
    47                "ext": {
    48                  "bidder": {
    49                    "accountId": "orbidder-test",
    50                    "placementId": "test-placement",
    51                    "bidfloor": 0.1
    52                  }
    53                }
    54              }
    55            ]
    56          },
    57          "impIDs":["test-imp-id"]
    58        },
    59        "mockResponse": {
    60          "status": 200,
    61          "body": {
    62            "id": "test-request-id",
    63            "seatbid": [
    64              {
    65                "seat": "seat-id",
    66                "bid": [
    67                  {
    68                    "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    69                    "impid": "test-imp-id",
    70                    "adid": "11110126",
    71                    "price": 0.500000,
    72                    "adm": "{\"ver\":\"1.2\",\"assets\":[{\"id\":0,\"required\":1,\"title\":{\"text\":\"Orbidder rocks\"}},{\"id\":1,\"required\":1,\"img\":{\"url\":\"https://prd.orbidder.de/common/logo.png\"}}],\"link\":{\"url\":\"https://www.otto.de/\",\"clicktrackers\":[\"https://prd.orbidder.de/click\"]},\"imptrackers\":[\"https://prd.orbidder.de/imp\"]}",
    73                    "crid": "test-crid",
    74                    "mtype": 4
    75                  }
    76                ]
    77              }
    78            ],
    79            "cur": "EUR"
    80          }
    81        }
    82      }
    83    ],
    84    "expectedBidResponses": [
    85      {
    86        "currency": "EUR",
    87        "bids": [
    88          {
    89            "bid": {
    90              "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    91              "impid": "test-imp-id",
    92              "adid": "11110126",
    93              "price": 0.5,
    94              "adm": "{\"ver\":\"1.2\",\"assets\":[{\"id\":0,\"required\":1,\"title\":{\"text\":\"Orbidder rocks\"}},{\"id\":1,\"required\":1,\"img\":{\"url\":\"https://prd.orbidder.de/common/logo.png\"}}],\"link\":{\"url\":\"https://www.otto.de/\",\"clicktrackers\":[\"https://prd.orbidder.de/click\"]},\"imptrackers\":[\"https://prd.orbidder.de/imp\"]}",
    95              "crid": "test-crid",
    96              "mtype": 4
    97            },
    98            "type": "native"
    99          }
   100        ]
   101      }
   102    ]
   103  }