github.com/prebid/prebid-server@v0.275.0/adapters/beintoo/beintootest/supplemental/bad-imp-ext-tagid-value.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some_test_auction", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "w": 300, 9 "h": 250 10 }, 11 "ext": { 12 "bidder": { 13 "tagid": "test_adunit" 14 } 15 } 16 } 17 ], 18 "site": { 19 "domain": "www.publisher.com", 20 "page": "http://www.publisher.com/awesome/site?with=some¶meters=here" 21 } 22 }, 23 "expectedMakeRequestsErrors": [ 24 { 25 "value": "ignoring imp id=test-imp-id, invalid tagid must be a String of numbers", 26 "comparison": "literal" 27 }, 28 { 29 "value": "Error in preprocess of Imp, err: [ignoring imp id=test-imp-id, invalid tagid must be a String of numbers]", 30 "comparison": "literal" 31 } 32 ] 33 }