github.com/prebid/prebid-server/v2@v2.18.0/adapters/aax/aaxtest/supplemental/valid-req-200-bid-response-from-aax.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 "cid": "TCID", 14 "crid": "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://example.aax.media/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url", 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 "cid": "TCID", 60 "crid": "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 "impIDs":["test-imp-id"] 91 }, 92 "mockResponse": { 93 "status": 200, 94 "body": { 95 "id": "tid", 96 "seatbid": [ 97 { 98 "seat": "aax", 99 "bid": [ 100 { 101 "id": "randomid", 102 "impid": "test-imp-id", 103 "price": 0.500000, 104 "adid": "12345678", 105 "adm": "some-test-ad", 106 "cid": "987", 107 "crid": "12345678", 108 "h": 250, 109 "w": 300 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 }, 135 "type": "banner" 136 } 137 ] 138 } 139 ] 140 }