github.com/prebid/prebid-server@v0.275.0/adapters/adtarget/adtargettest/supplemental/audio.json (about) 1 { 2 "mockBidRequest": { 3 "id": "unsupported-audio-request", 4 "imp": [ 5 { 6 "id": "unsupported-audio-imp", 7 "audio": { 8 "mimes": ["video/mp4"] 9 }, 10 "ext": { 11 "bidder": { 12 "placementId": 1 13 } 14 } 15 } 16 ] 17 }, 18 19 "expectedMakeRequestsErrors": [ 20 { 21 "value": "ignoring imp id=unsupported-audio-imp, Adtarget supports only Video and Banner", 22 "comparison": "literal" 23 } 24 ] 25 }