github.com/prebid/prebid-server@v0.275.0/adapters/impactify/impactifytest/supplemental/referer.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 "site": { 25 "page": "https://impactify.io" 26 }, 27 "user": { 28 "buyeruid": "TESTBUYERUID" 29 }, 30 "device": { 31 "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", 32 "ip": "81.92.224.65" 33 } 34 }, 35 36 "httpCalls": [ 37 { 38 "expectedRequest": { 39 "headers": { 40 "Content-Type": [ 41 "application/json;charset=utf-8" 42 ], 43 "Accept": [ 44 "application/json" 45 ], 46 "X-Openrtb-Version": [ 47 "2.5" 48 ], 49 "User-Agent": [ 50 "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" 51 ], 52 "X-Forwarded-For": [ 53 "81.92.224.65" 54 ], 55 "Referer": [ 56 "https://impactify.io" 57 ], 58 "Cookie": [ 59 "uids=TESTBUYERUID" 60 ] 61 }, 62 "uri": "https://sonic.impactify.media/bidder", 63 "body": { 64 "id": "test-request-id", 65 "at":1, 66 "cur": ["USD"], 67 "test": 3, 68 "device": { 69 "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", 70 "ip": "81.92.224.65" 71 }, 72 "site": { 73 "page": "https://impactify.io" 74 }, 75 "user": { 76 "buyeruid": "TESTBUYERUID" 77 }, 78 "imp": [ 79 { 80 "id": "test-imp-id", 81 "video": { 82 "mimes": ["video/mp4"], 83 "protocols": [2, 5], 84 "w": 1024, 85 "h": 576 86 }, 87 "ext": { 88 "impactify": { 89 "appId": "impactify.io", 90 "format": "screen", 91 "style": "impact" 92 } 93 } 94 } 95 ] 96 } 97 }, 98 "mockResponse": { 99 "status": 200, 100 "body": { 101 "id": "test-request-id", 102 "cur": "USD", 103 "seatbid": [ 104 { 105 "seat": "impactify", 106 "bid": [{ 107 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 108 "impid": "test-imp-id", 109 "price": 18, 110 "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>", 111 "crid": "crid_10", 112 "w": 1, 113 "h": 1 114 }] 115 } 116 ] 117 } 118 } 119 } 120 ], 121 122 "expectedBidResponses": [ 123 { 124 "bids": [{ 125 "bid": { 126 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 127 "impid": "test-imp-id", 128 "price": 18, 129 "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>", 130 "crid": "crid_10", 131 "w": 1, 132 "h": 1 133 }, 134 "type": "video" 135 }] 136 } 137 ] 138 }