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