github.com/prebid/prebid-server@v0.275.0/adapters/impactify/impactifytest/supplemental/buyeruid.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "test": 3, 5 "at": 1, 6 "imp": [ 7 { 8 "id": "test-imp-id", 9 "video": { 10 "mimes": ["video/mp4"], 11 "protocols": [2, 5], 12 "w": 1024, 13 "h": 576 14 }, 15 "ext":{ 16 "bidder": { 17 "appId": "impactify.io", 18 "format": "screen", 19 "style": "impact" 20 } 21 } 22 } 23 ], 24 "user": { 25 "buyeruid": "TESTBUYERUID" 26 }, 27 "device": { 28 "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1", 29 "ip": "81.92.224.65" 30 } 31 }, 32 33 "httpCalls": [ 34 { 35 "expectedRequest": { 36 "headers": { 37 "Content-Type": [ 38 "application/json;charset=utf-8" 39 ], 40 "Accept": [ 41 "application/json" 42 ], 43 "X-Openrtb-Version": [ 44 "2.5" 45 ], 46 "User-Agent": [ 47 "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" 48 ], 49 "X-Forwarded-For": [ 50 "81.92.224.65" 51 ], 52 "Cookie": [ 53 "uids=TESTBUYERUID" 54 ] 55 }, 56 "uri": "https://sonic.impactify.media/bidder", 57 "body": { 58 "id": "test-request-id", 59 "at":1, 60 "cur": ["USD"], 61 "test": 3, 62 "device": { 63 "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1", 64 "ip": "81.92.224.65" 65 }, 66 "user": { 67 "buyeruid": "TESTBUYERUID" 68 }, 69 "imp": [ 70 { 71 "id": "test-imp-id", 72 "video": { 73 "mimes": ["video/mp4"], 74 "protocols": [2, 5], 75 "w": 1024, 76 "h": 576 77 }, 78 "ext": { 79 "impactify": { 80 "appId": "impactify.io", 81 "format": "screen", 82 "style": "impact" 83 } 84 } 85 } 86 ] 87 } 88 }, 89 "mockResponse": { 90 "status": 200, 91 "body": { 92 "id": "test-request-id", 93 "cur": "USD", 94 "seatbid": [ 95 { 96 "seat": "impactify", 97 "bid": [{ 98 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 99 "impid": "test-imp-id", 100 "price": 18, 101 "adm": "<script>window.impactifyTag = window.impactifyTag || [];impactifyTag.push({appId: 'deco.fr', format: 'screen', style: 'impact'});(function(d, s, id) {var js, ijs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = 'https://ad.impactify.io/static/ad/tag.js';ijs.parentNode.insertBefore(js, ijs);}(document, 'script', 'impactify-sdk'));</script>", 102 "crid": "crid_10", 103 "w": 1, 104 "h": 1 105 }] 106 } 107 ] 108 } 109 } 110 } 111 ], 112 113 "expectedBidResponses": [ 114 { 115 "bids": [{ 116 "bid": { 117 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 118 "impid": "test-imp-id", 119 "price": 18, 120 "adm": "<script>window.impactifyTag = window.impactifyTag || [];impactifyTag.push({appId: 'deco.fr', format: 'screen', style: 'impact'});(function(d, s, id) {var js, ijs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = 'https://ad.impactify.io/static/ad/tag.js';ijs.parentNode.insertBefore(js, ijs);}(document, 'script', 'impactify-sdk'));</script>", 121 "crid": "crid_10", 122 "w": 1, 123 "h": 1 124 }, 125 "type": "video" 126 }] 127 } 128 ] 129 }