github.com/prebid/prebid-server@v0.275.0/adapters/aax/aaxtest/supplemental/invalid-resp-diff-imp-id.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 }, 91 "mockResponse": { 92 "status": 200, 93 "body": { 94 "id": "tid", 95 "seatbid": [ 96 { 97 "seat": "aax", 98 "bid": [ 99 { 100 "id": "randomid", 101 "impid": "some-other-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 } 110 ] 111 } 112 ], 113 "bidid": "bid01" 114 } 115 } 116 } 117 ], 118 "expectedBidResponses": [{"currency":"USD","bids":[]}], 119 "expectedMakeBidsErrors": [ 120 { 121 "value": "unable to fetch mediaType in multi-format: some-other-imp-id", 122 "comparison": "literal" 123 } 124 ] 125 }