github.com/prebid/prebid-server@v0.275.0/adapters/mobfoxpb/mobfoxpbtest/exemplary/simple-web-banner-rtb-route.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                              "w": 300,
    15                              "h": 600
    16                          }
    17                      ]
    18                  },
    19                  "ext": {
    20                      "bidder": {
    21                          "TagID": "8"
    22                      }
    23                  }
    24              }
    25          ],
    26          "site": {
    27              "id": "1",
    28              "domain": "test.com"
    29          },
    30          "device": {
    31              "ip": "123.123.123.123"
    32          }
    33      },
    34      "httpCalls": [
    35          {
    36              "expectedRequest": {
    37                  "uri": "http://example.com/?c=o&m=ortb&key=__key__",
    38                  "body": {
    39                      "id": "test-request-id",
    40                      "imp": [
    41                          {
    42                              "id": "test-imp-id",
    43                              "banner": {
    44                                  "format": [
    45                                      {
    46                                          "w": 300,
    47                                          "h": 250
    48                                      },
    49                                      {
    50                                          "w": 300,
    51                                          "h": 600
    52                                      }
    53                                  ]
    54                              },
    55                              "ext": {
    56                                  "bidder": {
    57                                      "TagID": "8"
    58                                  }
    59                              }
    60                          }
    61                      ],
    62                      "site": {
    63                          "id": "1",
    64                          "domain": "test.com"
    65                      },
    66                      "device": {
    67                          "ip": "123.123.123.123"
    68                      }
    69                  }
    70              },
    71              "mockResponse": {
    72                  "status": 200,
    73                  "body": {
    74                      "id": "test-request-id",
    75                      "seatbid": [
    76                          {
    77                              "bid": [
    78                                  {
    79                                      "id": "test_bid_id",
    80                                      "impid": "test-imp-id",
    81                                      "price": 0.27543,
    82                                      "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://bes.mobfox.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>",
    83                                      "cid": "test_cid",
    84                                      "crid": "test_crid",
    85                                      "dealid": "test_dealid",
    86                                      "w": 468,
    87                                      "h": 60,
    88                                      "ext": {
    89                                          "prebid": {
    90                                              "type": "banner"
    91                                          }
    92                                      }
    93                                  }
    94                              ],
    95                              "seat": "mobfoxpb"
    96                          }
    97                      ],
    98                      "cur": "USD"
    99                  }
   100              }
   101          }
   102      ],
   103      "expectedBidResponses": [
   104          {
   105              "bids": [
   106                  {
   107                      "bid": {
   108                          "id": "test_bid_id",
   109                          "impid": "test-imp-id",
   110                          "price": 0.27543,
   111                          "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://bes.mobfox.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>",
   112                          "cid": "test_cid",
   113                          "crid": "test_crid",
   114                          "dealid": "test_dealid",
   115                          "w": 468,
   116                          "h": 60,
   117                          "ext": {
   118                              "prebid": {
   119                                  "type": "banner"
   120                              }
   121                          }
   122                      },
   123                      "type": "banner"
   124                  }
   125              ]
   126          }
   127      ]
   128  }