github.com/prebid/prebid-server@v0.275.0/adapters/limelightDigital/LimelightDigitaltest/exemplary/native.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-native-id", 7 "native": { 8 "request": "test-native-request" 9 }, 10 "ext": { 11 "bidder": { 12 "host": "native.ortb.net", 13 "publisherId": 123456 14 } 15 } 16 } 17 ] 18 }, 19 "httpCalls": [ 20 { 21 "expectedRequest": { 22 "uri": "http://test.ortb.net/openrtb/123456?host=native.ortb.net", 23 "body": { 24 "id": "test-request-id-test-native-id", 25 "imp": [ 26 { 27 "id": "test-native-id", 28 "native": { 29 "request": "test-native-request" 30 } 31 } 32 ] 33 } 34 }, 35 "mockResponse": { 36 "status": 200, 37 "body": { 38 "id": "test-request-id-test-native-id", 39 "seatbid": [ 40 { 41 "seat": "test-seat", 42 "bid": [ 43 { 44 "id": "5665e2bf-5a8d-a16c-a3d6-584a39392c87", 45 "impid": "test-native-id", 46 "price": 0.1427, 47 "adm": "test-native-response", 48 "adid": "92-287", 49 "adomain": ["advertiserdomain.com"], 50 "crid": "287", 51 "w": 300, 52 "h": 250 53 } 54 ] 55 } 56 ] 57 } 58 } 59 } 60 ], 61 "expectedBidResponses": [ 62 { 63 "bids": [ 64 { 65 "bid": { 66 "id": "5665e2bf-5a8d-a16c-a3d6-584a39392c87", 67 "impid": "test-native-id", 68 "price": 0.1427, 69 "adm": "test-native-response", 70 "adid": "92-287", 71 "adomain": ["advertiserdomain.com"], 72 "crid": "287", 73 "w": 300, 74 "h": 250 75 }, 76 "type": "native" 77 } 78 ] 79 } 80 ] 81 }