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