github.com/prebid/prebid-server@v0.275.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 }, 64 "mockResponse": { 65 "status": 200, 66 "body": { 67 "id": "5095a742-1c27-402b-ab6f-66b1bd53383b", 68 "seatbid": [ 69 { 70 "bid": [ 71 { 72 "id": "test-request-id", 73 "impid": "test-imp-id", 74 "price": 1000, 75 "nurl": "http://example.com/win/1000", 76 "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\"}]}", 77 "adomain": [ 78 "example.com" 79 ], 80 "cid": "test-cid", 81 "crid": "test-crid", 82 "cat": [ 83 "IAB13-4" 84 ] 85 } 86 ], 87 "seat": "acc-1876" 88 } 89 ], 90 "bidid": "43ccadf2-8b2e-11eb-b294-de4c49e99ff6", 91 "cur": "USD" 92 } 93 } 94 } 95 ], 96 "expectedBidResponses": [ 97 { 98 "currency": "USD", 99 "bids": [ 100 { 101 "bid": { 102 "id": "test-request-id", 103 "impid": "test-imp-id", 104 "price": 1000, 105 "nurl": "http://example.com/win/1000", 106 "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\"}", 107 "adomain": [ 108 "example.com" 109 ], 110 "cid": "test-cid", 111 "crid": "test-crid", 112 "cat": [ 113 "IAB13-4" 114 ] 115 }, 116 "type": "native" 117 } 118 ] 119 } 120 ] 121 }