github.com/prebid/prebid-server@v0.275.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        },
    52        "mockResponse": {
    53          "status": 200,
    54          "body": {
    55            "id": "test-request-id",
    56            "seatbid": [
    57                {
    58                    "bid": [
    59                        {
    60                            "id": "test_bid_id",
    61                            "impid": "test-imp-id",
    62                            "price": 0.27543,
    63                            "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>",
    64                            "cid": "test_cid",
    65                            "crid": "test_crid",
    66                            "dealid": "test_dealid",
    67                            "w": 300,
    68                            "h": 250,
    69                            "ext": {
    70                                "mediaType": "banner"
    71                            }
    72                        }
    73                    ]
    74                }
    75            ]
    76          }
    77        }
    78      }
    79    ],
    80  
    81    "expectedBidResponses": [
    82      {
    83        "bids":[
    84          {
    85            "bid":  {
    86              "id": "test_bid_id",
    87              "impid": "test-imp-id",
    88              "price": 0.27543,
    89              "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>",
    90              "cid": "test_cid",
    91              "crid": "test_crid",
    92              "dealid": "test_dealid",
    93              "w": 300,
    94              "h": 250,
    95              "ext": {
    96                "mediaType": "banner"
    97              }
    98            },
    99            "type": "banner"
   100          }
   101        ]
   102      }
   103    ]
   104  }