github.com/prebid/prebid-server/v2@v2.18.0/adapters/outbrain/outbraintest/supplemental/app_request.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      "app": {
    25        "name": "test-app",
    26        "bundle": "org.test",
    27        "ver": "1.10",
    28        "publisher": {
    29          "id": "pub-id"
    30        }
    31      },
    32      "device": {
    33        "ua": "Mozilla/5.0 (Linux; Android 11; sdk_gphone_x86_arm Build/RSR1.201013.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.106 Mobile Safari/537.36",
    34        "model": "sdk_gphone_x86_arm",
    35        "os": "android",
    36        "h": 735,
    37        "w": 392
    38      }
    39    },
    40    "httpCalls": [
    41      {
    42        "expectedRequest": {
    43          "uri": "http://example.com/bid",
    44          "body": {
    45            "id": "test-request-id",
    46            "imp": [
    47              {
    48                "id": "test-imp-id",
    49                "banner": {
    50                  "format": [
    51                    {
    52                      "w": 300,
    53                      "h": 250
    54                    }
    55                  ]
    56                },
    57                "ext": {
    58                  "bidder": {
    59                    "publisher": {
    60                      "id": "publisher-id"
    61                    }
    62                  }
    63                }
    64              }
    65            ],
    66            "app": {
    67              "name": "test-app",
    68              "bundle": "org.test",
    69              "ver": "1.10",
    70              "publisher": {
    71                "id": "publisher-id"
    72              }
    73            },
    74            "device": {
    75              "ua": "Mozilla/5.0 (Linux; Android 11; sdk_gphone_x86_arm Build/RSR1.201013.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.106 Mobile Safari/537.36",
    76              "model": "sdk_gphone_x86_arm",
    77              "os": "android",
    78              "h": 735,
    79              "w": 392
    80            }
    81          },
    82          "impIDs":["test-imp-id"]
    83        },
    84        "mockResponse": {
    85          "status": 200,
    86          "body": {
    87            "id": "5095a742-1c27-402b-ab6f-66b1bd53383b",
    88            "seatbid": [
    89              {
    90                "bid": [
    91                  {
    92                    "id": "test-request-id",
    93                    "impid": "test-imp-id",
    94                    "price": 1000,
    95                    "nurl": "http://example.com/win/1000",
    96                    "adm": "<div>ad</div>",
    97                    "adomain": [
    98                      "example.com"
    99                    ],
   100                    "cid": "test-cid",
   101                    "crid": "test-crid",
   102                    "cat": [
   103                      "IAB13-4"
   104                    ],
   105                    "w": 300,
   106                    "h": 250
   107                  }
   108                ],
   109                "seat": "acc-1876"
   110              }
   111            ],
   112            "bidid": "43ccadf2-8b2e-11eb-b294-de4c49e99ff6",
   113            "cur": "USD"
   114          }
   115        }
   116      }
   117    ],
   118    "expectedBidResponses": [
   119      {
   120        "currency": "USD",
   121        "bids": [
   122          {
   123            "bid": {
   124              "id": "test-request-id",
   125              "impid": "test-imp-id",
   126              "price": 1000,
   127              "nurl": "http://example.com/win/1000",
   128              "adm": "<div>ad</div>",
   129              "adomain": [
   130                "example.com"
   131              ],
   132              "cid": "test-cid",
   133              "crid": "test-crid",
   134              "cat": [
   135                "IAB13-4"
   136              ],
   137              "w": 300,
   138              "h": 250
   139            },
   140            "type": "banner"
   141          }
   142        ]
   143      }
   144    ]
   145  }