github.com/prebid/prebid-server@v0.275.0/adapters/outbrain/outbraintest/supplemental/general_params.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          "tagid": "tag-id",
    16          "ext": {
    17            "bidder": {
    18              "publisher": {
    19                "id": "publisher-id"
    20              }
    21            }
    22          }
    23        }
    24      ],
    25      "bcat": ["bad-category"],
    26      "badv": ["bad-advertiser"],
    27      "site": {
    28        "page": "http://example.com"
    29      },
    30      "device": {
    31        "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",
    32        "h": 500,
    33        "w": 1000
    34      }
    35    },
    36    "httpCalls": [
    37      {
    38        "expectedRequest": {
    39          "uri": "http://example.com/bid",
    40          "body": {
    41            "id": "test-request-id",
    42            "imp": [
    43              {
    44                "id": "test-imp-id",
    45                "banner": {
    46                  "format": [
    47                    {
    48                      "w": 300,
    49                      "h": 250
    50                    }
    51                  ]
    52                },
    53                "tagid": "tag-id",
    54                "ext": {
    55                  "bidder": {
    56                    "publisher": {
    57                      "id": "publisher-id"
    58                    }
    59                  }
    60                }
    61              }
    62            ],
    63            "bcat": ["bad-category"],
    64            "badv": ["bad-advertiser"],
    65            "site": {
    66              "page": "http://example.com",
    67              "publisher": {
    68                "id": "publisher-id"
    69              }
    70            },
    71            "device": {
    72              "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",
    73              "h": 500,
    74              "w": 1000
    75            }
    76          }
    77        },
    78        "mockResponse": {
    79          "status": 200,
    80          "body": {
    81            "id": "5095a742-1c27-402b-ab6f-66b1bd53383b",
    82            "seatbid": [
    83              {
    84                "bid": [
    85                  {
    86                    "id": "test-request-id",
    87                    "impid": "test-imp-id",
    88                    "price": 1000,
    89                    "nurl": "http://example.com/win/1000",
    90                    "adm": "<div>ad</div>",
    91                    "adomain": [
    92                      "example.com"
    93                    ],
    94                    "cid": "test-cid",
    95                    "crid": "test-crid",
    96                    "cat": [
    97                      "IAB13-4"
    98                    ],
    99                    "w": 300,
   100                    "h": 250
   101                  }
   102                ],
   103                "seat": "acc-1876"
   104              }
   105            ],
   106            "bidid": "43ccadf2-8b2e-11eb-b294-de4c49e99ff6",
   107            "cur": "USD"
   108          }
   109        }
   110      }
   111    ],
   112    "expectedBidResponses": [
   113      {
   114        "currency": "USD",
   115        "bids": [
   116          {
   117            "bid": {
   118              "id": "test-request-id",
   119              "impid": "test-imp-id",
   120              "price": 1000,
   121              "nurl": "http://example.com/win/1000",
   122              "adm": "<div>ad</div>",
   123              "adomain": [
   124                "example.com"
   125              ],
   126              "cid": "test-cid",
   127              "crid": "test-crid",
   128              "cat": [
   129                "IAB13-4"
   130              ],
   131              "w": 300,
   132              "h": 250
   133            },
   134            "type": "banner"
   135          }
   136        ]
   137      }
   138    ]
   139  }