github.com/prebid/prebid-server@v0.275.0/adapters/colossus/colossustest/exemplary/simple-native.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 "ext": { 76 "mediaType": "native" 77 } 78 } 79 ] 80 } 81 ] 82 } 83 } 84 } 85 ], 86 87 "expectedBidResponses": [ 88 { 89 "bids":[ 90 { 91 "bid": { 92 "id": "test_bid_id", 93 "impid": "test-imp-id", 94 "price": 0.27543, 95 "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>", 96 "cid": "test_cid", 97 "crid": "test_crid", 98 "dealid": "test_dealid", 99 "w": 300, 100 "h": 250, 101 "ext": { 102 "mediaType": "native" 103 } 104 }, 105 "type": "native" 106 } 107 ] 108 } 109 ] 110 }