github.com/prebid/prebid-server/v2@v2.18.0/adapters/aax/aaxtest/exemplary/optional-params.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "1", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "cid": "TCID", 18 "crid": "1234", 19 "tagid_src": "ext" 20 } 21 } 22 } 23 ] 24 }, 25 "httpCalls": [ 26 { 27 "expectedRequest": { 28 "uri": "https://example.aax.media/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url", 29 "body": { 30 "id": "test-request-id", 31 "imp": [ 32 { 33 "id": "1", 34 "banner": { 35 "format": [ 36 { 37 "w": 300, 38 "h": 250 39 } 40 ] 41 }, 42 "ext": { 43 "bidder": { 44 "cid": "TCID", 45 "crid": "1234", 46 "tagid_src": "ext" 47 } 48 } 49 } 50 ] 51 }, 52 "impIDs":["1"] 53 }, 54 "mockResponse": { 55 "status": 204, 56 "body": {} 57 } 58 } 59 ], 60 "expectedBidResponses": [] 61 }