github.com/prebid/prebid-server@v0.275.0/adapters/engagebdr/engagebdrtest/supplemental/audio.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "audio": { 8 }, 9 "ext": { 10 "bidder": { 11 "sspid": "99996" 12 } 13 } 14 } 15 ] 16 }, 17 18 "expectedMakeRequestsErrors": [ 19 { 20 "value": "Ignoring imp id=test-imp-id, invalid MediaType. EngageBDR only supports Banner, Video and Native.", 21 "comparison": "literal" 22 } 23 ] 24 } 25