github.com/prebid/prebid-server@v0.275.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        },
    72        "mockResponse": {
    73          "status": 200,
    74          "body": {
    75            "id": "5095a742-1c27-402b-ab6f-66b1bd53383b",
    76            "seatbid": [
    77              {
    78                "bid": [
    79                  {
    80                    "id": "test-request-id",
    81                    "impid": "test-imp-id",
    82                    "price": 1000,
    83                    "nurl": "http://example.com/win/1000",
    84                    "adm": "<div>ad</div>",
    85                    "adomain": [
    86                      "example.com"
    87                    ],
    88                    "cid": "test-cid",
    89                    "crid": "test-crid",
    90                    "cat": [
    91                      "IAB13-4"
    92                    ],
    93                    "w": 300,
    94                    "h": 250
    95                  }
    96                ],
    97                "seat": "acc-1876"
    98              }
    99            ],
   100            "bidid": "43ccadf2-8b2e-11eb-b294-de4c49e99ff6",
   101            "cur": "USD"
   102          }
   103        }
   104      }
   105    ],
   106    "expectedBidResponses": [
   107      {
   108        "currency": "USD",
   109        "bids": [
   110          {
   111            "bid": {
   112              "id": "test-request-id",
   113              "impid": "test-imp-id",
   114              "price": 1000,
   115              "nurl": "http://example.com/win/1000",
   116              "adm": "<div>ad</div>",
   117              "adomain": [
   118                "example.com"
   119              ],
   120              "cid": "test-cid",
   121              "crid": "test-crid",
   122              "cat": [
   123                "IAB13-4"
   124              ],
   125              "w": 300,
   126              "h": 250
   127            },
   128            "type": "banner"
   129          }
   130        ]
   131      }
   132    ]
   133  }