github.com/prebid/prebid-server@v0.275.0/adapters/colossus/colossustest/exemplary/simple-native-without-ext.json (about)

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