github.com/prebid/prebid-server@v0.275.0/adapters/pwbid/pwbidtest/exemplary/native.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id-native", 4 "imp": [ 5 { 6 "id": "test-imp-id-native", 7 "native": { 8 "request": "" 9 }, 10 "ext": { 11 "bidder": { 12 "siteId": "39f43a" 13 } 14 } 15 } 16 ] 17 }, 18 "httpCalls": [ 19 { 20 "expectedRequest": { 21 "uri": "https://bidder.east2.pubwise.io/bid/pubwisedirect", 22 "body": { 23 "id": "test-request-id-native", 24 "imp": [ 25 { 26 "id": "test-imp-id-native", 27 "native": { 28 "request": "" 29 }, 30 "ext": { 31 "bidder": { 32 "siteId": "39f43a" 33 } 34 } 35 } 36 ] 37 } 38 }, 39 "mockResponse": { 40 "status": 200, 41 "body": { 42 "id": "test-request-id-native", 43 "seatbid": [ 44 { 45 "seat": "pwbid", 46 "bid": [{ 47 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 48 "impid": "test-imp-id-native", 49 "price": 0.500000, 50 "adm": "some-test-ad-native", 51 "crid": "crid_10", 52 "w": 728, 53 "h": 90 54 }] 55 } 56 ], 57 "cur": "USD" 58 } 59 } 60 } 61 ], 62 "expectedBidResponses": [ 63 { 64 "currency": "USD", 65 "bids": [ 66 { 67 "bid": { 68 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 69 "impid": "test-imp-id-native", 70 "price": 0.5, 71 "adm": "some-test-ad-native", 72 "crid": "crid_10", 73 "w": 728, 74 "h": 90 75 }, 76 "type": "native" 77 } 78 ] 79 } 80 ] 81 }