github.com/prebid/prebid-server/v2@v2.18.0/adapters/roulax/roulaxtest/exemplary/simple-native.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "native": { 8 "request": "test-native-request" 9 }, 10 "ext": { 11 "bidder": { 12 "PublisherPath": "72721", 13 "Pid": "mvo", 14 "zone": "1r" 15 } 16 } 17 } 18 ] 19 }, 20 "httpCalls": [ 21 { 22 "expectedRequest": { 23 "uri": "http://dsp.rcoreads.com/api/vidmate?pid=vidmate_android_banner", 24 "body": { 25 "id": "test-request-id", 26 "imp": [ 27 { 28 "id": "test-imp-id", 29 "native": { 30 "request": "test-native-request" 31 }, 32 "ext": { 33 "bidder": { 34 "PublisherPath": "72721", 35 "Pid": "mvo", 36 "zone": "1r" 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 "seat": "958", 51 "bid": [ 52 { 53 "id": "7706636740145184841", 54 "impid": "test-imp-id", 55 "price": 0.500000, 56 "adid": "29681110", 57 "adm": "some-test-ad", 58 "adomain": [ 59 "yahoo.com" 60 ], 61 "cid": "958", 62 "crid": "29681110", 63 "h": 250, 64 "w": 300, 65 "mtype": 4 66 } 67 ] 68 } 69 ], 70 "bidid": "5778926625248726496", 71 "cur": "USD" 72 } 73 } 74 } 75 ], 76 "expectedBidResponses": [ 77 { 78 "bids": [{ 79 "bid": { 80 "id": "7706636740145184841", 81 "impid": "test-imp-id", 82 "price": 0.5, 83 "adm": "some-test-ad", 84 "adid": "29681110", 85 "adomain": [ 86 "yahoo.com" 87 ], 88 "cid": "958", 89 "crid": "29681110", 90 "w": 300, 91 "h": 250, 92 "mtype": 4 93 }, 94 "type": "native" 95 }] 96 } 97 ] 98 }