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