github.com/prebid/prebid-server/v2@v2.18.0/adapters/smaato/smaatotest/supplemental/no-adspace-id-request.json (about) 1 { 2 "mockBidRequest": { 3 "id": "1C86242D-9535-47D6-9576-7B1FE87F282C", 4 "site": { 5 "publisher": { 6 "id": "1100042525" 7 }, 8 "page": "http://localhost:3000/server.html?pbjs_debug=true&endpoint=http://localhost:3000/bidder", 9 "ext": { 10 "data": { 11 "keywords": "power tools", 12 "search": "drill", 13 "content": { 14 "userrating": 4 15 } 16 } 17 } 18 }, 19 "imp": [ 20 { 21 "id": "1C86242D-9535-47D6-9576-7B1FE87F282C", 22 "banner": { 23 "format": [ 24 { 25 "w": 320, 26 "h": 50 27 }, 28 { 29 "w": 320, 30 "h": 250 31 } 32 ] 33 }, 34 "ext": { 35 "bidder": { 36 "publisherId": "1100042525" 37 } 38 } 39 } 40 ], 41 "device": { 42 "ua": "test-user-agent", 43 "ip": "123.123.123.123", 44 "language": "en", 45 "dnt": 0 46 }, 47 "user": { 48 "ext": { 49 "consent": "gdprConsentString", 50 "data": { 51 "keywords": "a,b", 52 "gender": "M", 53 "yob": 1984, 54 "geo": { 55 "country": "ca" 56 } 57 } 58 } 59 }, 60 "regs": { 61 "coppa": 1, 62 "ext": { 63 "gdpr": 1, 64 "us_privacy": "uspConsentString" 65 } 66 } 67 }, 68 "expectedMakeRequestsErrors": [ 69 { 70 "value": "Missing adspaceId parameter.", 71 "comparison": "literal" 72 } 73 ] 74 }