github.com/prebid/prebid-server/v2@v2.18.0/adapters/huaweiads/huaweiadstest/supplemental/missing_deviceid1.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-req-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ], 14 "w": 300, 15 "h": 250 16 }, 17 "ext": { 18 "bidder": { 19 "slotid": "m8x9x3rzff", 20 "adtype": "banner", 21 "publisherid": "123", 22 "signkey": "signkey", 23 "keyid": "41", 24 "isTestAuthorization": "true" 25 } 26 } 27 } 28 ], 29 "app": { 30 "bundle": "com.wavehk.android", 31 "name": "Huawei Browser", 32 "ver": "9.1.0.301" 33 }, 34 "device": { 35 "ua": "useragent", 36 "h": 1920, 37 "language": "zh", 38 "geoCountry": "CH", 39 "model": "COL-TEST", 40 "os": "android", 41 "osv": "10.0.0", 42 "devicetype": 4, 43 "make": "huawei", 44 "w": 1080, 45 "ip": "ip", 46 "pxratio": 23.01, 47 "geo": { 48 "country": "" 49 } 50 }, 51 "user": { 52 }, 53 "ext": { 54 } 55 }, 56 "httpcalls": [ 57 ], 58 "expectedBidResponses": [ 59 ], 60 "expectedMakeRequestsErrors": [ 61 { 62 "value": "getDeviceID: openRTBRequest.User.Ext is nil and device.Gaid is not specified.", 63 "comparison": "literal" 64 } 65 ] 66 }