github.com/prebid/prebid-server@v0.275.0/adapters/aidem/aidemtest/supplemental/valid-req-200-bid-response-from-aidem.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "w": 300, 9 "h": 250 10 }, 11 "ext": { 12 "bidder": { 13 "siteId": "TCID", 14 "publisherId": "1234" 15 } 16 } 17 } 18 ], 19 "site": { 20 "domain": "www.example.com", 21 "page": "http://www.example.com", 22 "publisher": { 23 "domain": "example.com" 24 }, 25 "ext": { 26 "amp": 0 27 } 28 }, 29 "device": { 30 "ua": "userAgent", 31 "ip": "193.168.244.1" 32 }, 33 "at": 1, 34 "tmax": 5000, 35 "cur": [ 36 "USD" 37 ], 38 "regs": { 39 "ext": { 40 "gdpr": 0 41 } 42 } 43 }, 44 "httpCalls": [ 45 { 46 "expectedRequest": { 47 "uri": "https://fakezero.aidemsrv.com/ortb/v2.6/bid/request", 48 "body": { 49 "id": "test-request-id", 50 "imp": [ 51 { 52 "id": "test-imp-id", 53 "banner": { 54 "w": 300, 55 "h": 250 56 }, 57 "ext": { 58 "bidder": { 59 "siteId": "TCID", 60 "publisherId": "1234" 61 } 62 } 63 } 64 ], 65 "site": { 66 "domain": "www.example.com", 67 "page": "http://www.example.com", 68 "publisher": { 69 "domain": "example.com" 70 }, 71 "ext": { 72 "amp": 0 73 } 74 }, 75 "device": { 76 "ua": "userAgent", 77 "ip": "193.168.244.1" 78 }, 79 "at": 1, 80 "tmax": 5000, 81 "cur": [ 82 "USD" 83 ], 84 "regs": { 85 "ext": { 86 "gdpr": 0 87 } 88 } 89 } 90 }, 91 "mockResponse": { 92 "status": 200, 93 "body": { 94 "id": "tid", 95 "seatbid": [ 96 { 97 "seat": "aax", 98 "bid": [ 99 { 100 "id": "randomid", 101 "impid": "test-imp-id", 102 "price": 0.500000, 103 "adid": "12345678", 104 "adm": "some-test-ad", 105 "cid": "987", 106 "crid": "12345678", 107 "h": 250, 108 "w": 300, 109 "mtype": 1 110 } 111 ] 112 } 113 ], 114 "bidid": "bid01" 115 } 116 } 117 } 118 ], 119 "expectedBidResponses": [ 120 { 121 "currency": "USD", 122 "bids": [ 123 { 124 "bid": { 125 "id": "randomid", 126 "impid": "test-imp-id", 127 "price": 0.500000, 128 "adid": "12345678", 129 "adm": "some-test-ad", 130 "cid": "987", 131 "crid": "12345678", 132 "h": 250, 133 "w": 300, 134 "mtype": 1 135 }, 136 "type": "banner" 137 } 138 ] 139 } 140 ] 141 }