github.com/prebid/prebid-server/v2@v2.18.0/adapters/colossus/colossustest/exemplary/simple-banner-groupId.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5          {
     6              "id": "test-imp-id",
     7              "banner": {},
     8              "ext": {
     9                  "bidder": {
    10                      "groupId": "123"
    11                  }
    12              }
    13          }
    14      ],
    15      "app": {
    16          "id": "1",
    17          "bundle": "com.wls.testwlsapplication"
    18      },
    19      "device": {
    20          "ip": "123.123.123.123",
    21          "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    22      }
    23  },
    24  
    25    "httpCalls": [
    26      {
    27        "expectedRequest": {
    28          "uri": "http://example.com/?c=o&m=rtb",
    29          "body": {
    30            "id": "test-request-id",
    31            "imp": [
    32                {
    33                    "id": "test-imp-id",
    34                    "banner": {},
    35                    "ext": {
    36                        "bidder": {
    37                            "groupId": "123"
    38                        }
    39                    }
    40                }
    41            ],
    42            "app": {
    43                "id": "1",
    44                "bundle": "com.wls.testwlsapplication"
    45            },
    46            "device": {
    47                "ip": "123.123.123.123",
    48                "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    49            }
    50        },
    51        "impIDs":["test-imp-id"]
    52        },
    53        "mockResponse": {
    54          "status": 200,
    55          "body": {
    56            "id": "test-request-id",
    57            "seatbid": [
    58                {
    59                    "bid": [
    60                        {
    61                            "id": "test_bid_id",
    62                            "impid": "test-imp-id",
    63                            "price": 0.27543,
    64                            "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>",
    65                            "cid": "test_cid",
    66                            "crid": "test_crid",
    67                            "dealid": "test_dealid",
    68                            "w": 300,
    69                            "h": 250,
    70                            "ext": {
    71                                "mediaType": "banner"
    72                            }
    73                        }
    74                    ]
    75                }
    76            ]
    77          }
    78        }
    79      }
    80    ],
    81  
    82    "expectedBidResponses": [
    83      {
    84        "bids":[
    85          {
    86            "bid":  {
    87              "id": "test_bid_id",
    88              "impid": "test-imp-id",
    89              "price": 0.27543,
    90              "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>",
    91              "cid": "test_cid",
    92              "crid": "test_crid",
    93              "dealid": "test_dealid",
    94              "w": 300,
    95              "h": 250,
    96              "ext": {
    97                "mediaType": "banner"
    98              }
    99            },
   100            "type": "banner"
   101          }
   102        ]
   103      }
   104    ]
   105  }