github.com/prebid/prebid-server/v2@v2.18.0/adapters/beachfront/beachfronttest/supplemental/unmarshal-error-banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some_test_ad", 4 "site": { 5 "page": "https://some.domain.us/some/page.html" 6 }, 7 "imp": [ 8 { 9 "bidfloor": 0.02, 10 "id": "fail", 11 "banner": { 12 "format": [ 13 { 14 "w": 300, 15 "h": 250 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "bidfloor": 0.02, 22 "appId": 123456 23 } 24 } 25 } 26 ] 27 }, 28 29 "expectedMakeRequestsErrors": [ 30 { 31 "value": "ignoring imp id=fail, error while decoding extImpBeachfront, err: json: cannot unmarshal number into Go struct field ExtImpBeachfront.appId of type string", 32 "comparison": "literal" 33 } 34 ] 35 }