github.com/prebid/prebid-server/v2@v2.18.0/adapters/sonobi/sonobitest/exemplary/no-bid.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some-request-id", 4 "site": { 5 "page": "http://tester.go.sonobi.com", 6 "domain": "sonobi.com" 7 }, 8 "device": { 9 "ip": "123.123.123.123" 10 }, 11 "imp": [ 12 { 13 "id": "some-impression-id", 14 "banner": { 15 "w": 300, 16 "h": 250, 17 "format": [ 18 { 19 "w": 300, 20 "h": 250 21 }, 22 { 23 "w": 300, 24 "h": 600 25 } 26 ] 27 }, 28 "ext": { 29 "bidder": { 30 "TagID": "/7780971/apex_3pdm_integration" 31 } 32 } 33 } 34 ], 35 "test": 1, 36 "tmax": 500 37 }, 38 "httpCalls": [ 39 { 40 "expectedRequest": { 41 "headers": { 42 "Accept": [ 43 "application/json" 44 ], 45 "Content-Type": [ 46 "application/json;charset=utf-8" 47 ] 48 }, 49 "uri": "https://apex.go.sonobi.com/prebid?partnerid=71d9d3d8af", 50 "body": { 51 "id": "some-request-id", 52 "imp": [ 53 { 54 "id": "some-impression-id", 55 "banner": { 56 "format": [ 57 { 58 "w": 300, 59 "h": 250 60 }, 61 { 62 "w": 300, 63 "h": 600 64 } 65 ], 66 "w": 300, 67 "h": 250 68 }, 69 "tagid": "/7780971/apex_3pdm_integration", 70 "ext": { 71 "bidder": { 72 "TagID": "/7780971/apex_3pdm_integration" 73 } 74 } 75 } 76 ], 77 "site": { 78 "domain": "sonobi.com", 79 "page": "http://tester.go.sonobi.com" 80 }, 81 "device": { 82 "ip": "123.123.123.123" 83 }, 84 "test": 1, 85 "tmax": 500 86 }, 87 "impIDs":["some-impression-id"] 88 }, 89 "mockResponse": { 90 "status": 200, 91 "body": {} 92 } 93 } 94 ], 95 "expectedBidResponses": [ 96 {} 97 ] 98 }