github.com/prebid/prebid-server/v2@v2.18.0/adapters/outbrain/outbraintest/exemplary/banner.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          },
    15          "ext": {
    16            "bidder": {
    17              "publisher": {
    18                "id": "publisher-id"
    19              }
    20            }
    21          }
    22        }
    23      ],
    24      "site": {
    25        "page": "http://example.com"
    26      },
    27      "device": {
    28        "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
    29        "h": 500,
    30        "w": 1000
    31      }
    32    },
    33    "httpCalls": [
    34      {
    35        "expectedRequest": {
    36          "uri": "http://example.com/bid",
    37          "body": {
    38            "id": "test-request-id",
    39            "imp": [
    40              {
    41                "id": "test-imp-id",
    42                "banner": {
    43                  "format": [
    44                    {
    45                      "w": 300,
    46                      "h": 250
    47                    }
    48                  ]
    49                },
    50                "ext": {
    51                  "bidder": {
    52                    "publisher": {
    53                      "id": "publisher-id"
    54                    }
    55                  }
    56                }
    57              }
    58            ],
    59            "site": {
    60              "page": "http://example.com",
    61              "publisher": {
    62                "id": "publisher-id"
    63              }
    64            },
    65            "device": {
    66              "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
    67              "h": 500,
    68              "w": 1000
    69            }
    70          },
    71          "impIDs":["test-imp-id"]
    72        },
    73        "mockResponse": {
    74          "status": 200,
    75          "body": {
    76            "id": "5095a742-1c27-402b-ab6f-66b1bd53383b",
    77            "seatbid": [
    78              {
    79                "bid": [
    80                  {
    81                    "id": "test-request-id",
    82                    "impid": "test-imp-id",
    83                    "price": 1000,
    84                    "nurl": "http://example.com/win/1000",
    85                    "adm": "<div>ad</div>",
    86                    "adomain": [
    87                      "example.com"
    88                    ],
    89                    "cid": "test-cid",
    90                    "crid": "test-crid",
    91                    "cat": [
    92                      "IAB13-4"
    93                    ],
    94                    "w": 300,
    95                    "h": 250
    96                  }
    97                ],
    98                "seat": "acc-1876"
    99              }
   100            ],
   101            "bidid": "43ccadf2-8b2e-11eb-b294-de4c49e99ff6",
   102            "cur": "USD"
   103          }
   104        }
   105      }
   106    ],
   107    "expectedBidResponses": [
   108      {
   109        "currency": "USD",
   110        "bids": [
   111          {
   112            "bid": {
   113              "id": "test-request-id",
   114              "impid": "test-imp-id",
   115              "price": 1000,
   116              "nurl": "http://example.com/win/1000",
   117              "adm": "<div>ad</div>",
   118              "adomain": [
   119                "example.com"
   120              ],
   121              "cid": "test-cid",
   122              "crid": "test-crid",
   123              "cat": [
   124                "IAB13-4"
   125              ],
   126              "w": 300,
   127              "h": 250
   128            },
   129            "type": "banner"
   130          }
   131        ]
   132      }
   133    ]
   134  }