github.com/prebid/prebid-server/v2@v2.18.0/adapters/yeahmobi/yeahmobitest/exemplary/simple-native-1.1.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "native": { 8 "request": "{\"native\":{\"ver\":\"1.2\",\"context\":1,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":2,\"required\":1,\"title\":{\"len\":90}},{\"id\":6,\"required\":1,\"img\":{\"type\":3,\"wmin\":128,\"hmin\":128,\"mimes\":[\"image/jpg\",\"image/jpeg\",\"image/png\"]}},{\"id\":7,\"required\":1,\"data\":{\"type\":2,\"len\":120}}]}}", 9 "ver": "1.2" 10 }, 11 "ext": { 12 "bidder": { 13 "pubId": "fake-pub-id", 14 "zoneId": "sin" 15 } 16 } 17 } 18 ] 19 }, 20 "httpcalls": [ 21 { 22 "expectedRequest": { 23 "uri": "https://gw-sin-bid.yeahtargeter.com/prebid/bid", 24 "body": { 25 "id": "test-request-id", 26 "imp": [ 27 { 28 "id": "test-imp-id", 29 "native": { 30 "request": "{\"native\":{\"ver\":\"1.2\",\"context\":1,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":2,\"required\":1,\"title\":{\"len\":90}},{\"id\":6,\"required\":1,\"img\":{\"type\":3,\"wmin\":128,\"hmin\":128,\"mimes\":[\"image/jpg\",\"image/jpeg\",\"image/png\"]}},{\"id\":7,\"required\":1,\"data\":{\"type\":2,\"len\":120}}]}}", 31 "ver": "1.2" 32 }, 33 "ext": { 34 "bidder": { 35 "pubId": "fake-pub-id", 36 "zoneId": "sin" 37 } 38 } 39 } 40 ] 41 }, 42 "impIDs":["test-imp-id"] 43 }, 44 "mockResponse": { 45 "status": 200, 46 "body": { 47 "id": "test-request-id", 48 "seatbid": [ 49 { 50 "bid": [ 51 { 52 "id": "8400d766-58b3-47d4-80d7-6658b337d403", 53 "impid": "test-imp-id", 54 "price": 1.2, 55 "adm": "some ads", 56 "crid": "crid_testid" 57 } 58 ] 59 } 60 ] 61 } 62 } 63 } 64 ], 65 "expectedBidResponses": [ 66 { 67 "currency": "USD", 68 "bids": [ 69 { 70 "bid": { 71 "id": "8400d766-58b3-47d4-80d7-6658b337d403", 72 "impid": "test-imp-id", 73 "price": 1.2, 74 "adm": "some ads", 75 "crid": "crid_testid" 76 77 }, 78 "type": "native" 79 } 80 ] 81 } 82 ] 83 }