github.com/prebid/prebid-server@v0.275.0/adapters/orbidder/orbiddertest/exemplary/simple-web-native.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "site": { 5 "page": "test.orbidder.de" 6 }, 7 "user": { 8 "buyeruid": "test-user" 9 }, 10 "imp": [ 11 { 12 "id": "test-imp-id", 13 "native": { 14 "ver":"1.2", 15 "request":"\"assets\":[{\"id\":0,\"required\":1,\"title\":{\"len\":140},{\"id\":1,\"img\":{\"h\":250,\"hmin\":0,\"type\":3,\"w\":300,\"wmin\":0}}]" 16 }, 17 "ext": { 18 "bidder": { 19 "accountId": "orbidder-test", 20 "placementId": "test-placement", 21 "bidfloor": 0.1 22 } 23 } 24 } 25 ] 26 }, 27 "httpCalls": [ 28 { 29 "expectedRequest": { 30 "uri": "https://orbidder-test", 31 "body": { 32 "id": "test-request-id", 33 "site": { 34 "page": "test.orbidder.de" 35 }, 36 "user": { 37 "buyeruid": "test-user" 38 }, 39 "imp": [ 40 { 41 "id": "test-imp-id", 42 "native": { 43 "ver":"1.2", 44 "request":"\"assets\":[{\"id\":0,\"required\":1,\"title\":{\"len\":140},{\"id\":1,\"img\":{\"h\":250,\"hmin\":0,\"type\":3,\"w\":300,\"wmin\":0}}]" 45 }, 46 "bidfloorcur": "EUR", 47 "ext": { 48 "bidder": { 49 "accountId": "orbidder-test", 50 "placementId": "test-placement", 51 "bidfloor": 0.1 52 } 53 } 54 } 55 ] 56 } 57 }, 58 "mockResponse": { 59 "status": 200, 60 "body": { 61 "id": "test-request-id", 62 "seatbid": [ 63 { 64 "seat": "seat-id", 65 "bid": [ 66 { 67 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 68 "impid": "test-imp-id", 69 "adid": "11110126", 70 "price": 0.500000, 71 "adm": "{\"ver\":\"1.2\",\"assets\":[{\"id\":0,\"required\":1,\"title\":{\"text\":\"Orbidder rocks\"}},{\"id\":1,\"required\":1,\"img\":{\"url\":\"https://prd.orbidder.de/common/logo.png\"}}],\"link\":{\"url\":\"https://www.otto.de/\",\"clicktrackers\":[\"https://prd.orbidder.de/click\"]},\"imptrackers\":[\"https://prd.orbidder.de/imp\"]}", 72 "crid": "test-crid", 73 "mtype": 4 74 } 75 ] 76 } 77 ], 78 "cur": "EUR" 79 } 80 } 81 } 82 ], 83 "expectedBidResponses": [ 84 { 85 "currency": "EUR", 86 "bids": [ 87 { 88 "bid": { 89 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 90 "impid": "test-imp-id", 91 "adid": "11110126", 92 "price": 0.5, 93 "adm": "{\"ver\":\"1.2\",\"assets\":[{\"id\":0,\"required\":1,\"title\":{\"text\":\"Orbidder rocks\"}},{\"id\":1,\"required\":1,\"img\":{\"url\":\"https://prd.orbidder.de/common/logo.png\"}}],\"link\":{\"url\":\"https://www.otto.de/\",\"clicktrackers\":[\"https://prd.orbidder.de/click\"]},\"imptrackers\":[\"https://prd.orbidder.de/imp\"]}", 94 "crid": "test-crid", 95 "mtype": 4 96 }, 97 "type": "native" 98 } 99 ] 100 } 101 ] 102 }