github.com/prebid/prebid-server/v2@v2.18.0/adapters/outbrain/outbraintest/exemplary/native.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "native": { 8 "request": "{\"context\":1,\"plcmttype\":1,\"assets\":[{\"id\":0,\"required\":1,\"img\":{\"type\":3,\"w\":120,\"h\":100}},{\"id\":1,\"required\":1,\"title\":{\"len\":140}},{\"id\":2,\"data\":{\"type\":1}}],\"eventtrackers\":[{\"event\":1,\"methods\":[1]}]}", 9 "ver": "1.2" 10 }, 11 "ext": { 12 "bidder": { 13 "publisher": { 14 "id": "publisher-id" 15 } 16 } 17 } 18 } 19 ], 20 "site": { 21 "page": "http://example.com" 22 }, 23 "device": { 24 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36", 25 "h": 500, 26 "w": 1000 27 } 28 }, 29 "httpCalls": [ 30 { 31 "expectedRequest": { 32 "uri": "http://example.com/bid", 33 "body": { 34 "id": "test-request-id", 35 "imp": [ 36 { 37 "id": "test-imp-id", 38 "native": { 39 "request": "{\"context\":1,\"plcmttype\":1,\"assets\":[{\"id\":0,\"required\":1,\"img\":{\"type\":3,\"w\":120,\"h\":100}},{\"id\":1,\"required\":1,\"title\":{\"len\":140}},{\"id\":2,\"data\":{\"type\":1}}],\"eventtrackers\":[{\"event\":1,\"methods\":[1]}]}", 40 "ver": "1.2" 41 }, 42 "ext": { 43 "bidder": { 44 "publisher": { 45 "id": "publisher-id" 46 } 47 } 48 } 49 } 50 ], 51 "site": { 52 "page": "http://example.com", 53 "publisher": { 54 "id": "publisher-id" 55 } 56 }, 57 "device": { 58 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36", 59 "h": 500, 60 "w": 1000 61 } 62 }, 63 "impIDs":["test-imp-id"] 64 }, 65 "mockResponse": { 66 "status": 200, 67 "body": { 68 "id": "5095a742-1c27-402b-ab6f-66b1bd53383b", 69 "seatbid": [ 70 { 71 "bid": [ 72 { 73 "id": "test-request-id", 74 "impid": "test-imp-id", 75 "price": 1000, 76 "nurl": "http://example.com/win/1000", 77 "adm": "{\"ver\":\"1.2\",\"assets\":[{\"id\":3,\"required\":1,\"img\":{\"url\":\"http://example.com/img/url\",\"w\":120,\"h\":100}},{\"id\":0,\"required\":1,\"title\":{\"text\":\"Test title\"}},{\"id\":5,\"data\":{\"value\":\"Test sponsor\"}}],\"link\":{\"url\":\"http://example.com/click/url\"},\"eventtrackers\":[{\"event\":1,\"method\":1,\"url\":\"http://example.com/impression\"},{\"event\":1,\"method\":2,\"url\":\"http://example.com/impression\"}]}", 78 "adomain": [ 79 "example.com" 80 ], 81 "cid": "test-cid", 82 "crid": "test-crid", 83 "cat": [ 84 "IAB13-4" 85 ] 86 } 87 ], 88 "seat": "acc-1876" 89 } 90 ], 91 "bidid": "43ccadf2-8b2e-11eb-b294-de4c49e99ff6", 92 "cur": "USD" 93 } 94 } 95 } 96 ], 97 "expectedBidResponses": [ 98 { 99 "currency": "USD", 100 "bids": [ 101 { 102 "bid": { 103 "id": "test-request-id", 104 "impid": "test-imp-id", 105 "price": 1000, 106 "nurl": "http://example.com/win/1000", 107 "adm": "{\"ver\":\"1.2\",\"assets\":[{\"id\":3,\"required\":1,\"img\":{\"url\":\"http://example.com/img/url\",\"w\":120,\"h\":100}},{\"id\":0,\"required\":1,\"title\":{\"text\":\"Test title\"}},{\"id\":5,\"data\":{\"value\":\"Test sponsor\"}}],\"link\":{\"url\":\"http://example.com/click/url\"},\"imptrackers\":[\"http://example.com/impression\"],\"jstracker\":\"\\u003cscript src=\\\"http://example.com/impression\\\"\\u003e\\u003c/script\\u003e\"}", 108 "adomain": [ 109 "example.com" 110 ], 111 "cid": "test-cid", 112 "crid": "test-crid", 113 "cat": [ 114 "IAB13-4" 115 ] 116 }, 117 "type": "native" 118 } 119 ] 120 } 121 ] 122 }