github.com/prebid/prebid-server/v2@v2.18.0/adapters/sspBC/sspbctest/supplemental/request_with_diffrent_siteid.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request", 4 "imp": [ 5 { 6 "id": "slot", 7 "ext": { 8 "bidder": { 9 "siteId": "237503", 10 "id": "005" 11 } 12 }, 13 "secure": 1, 14 "banner": { 15 "format": [ 16 { 17 "w": 300, 18 "h": 250 19 } 20 ] 21 } 22 } 23 ], 24 "site": { 25 "id": "diffrent", 26 "domain": "test.page", 27 "page": "https://test.page/", 28 "ref": "https://test.referer/" 29 }, 30 "regs": { 31 "ext": { 32 "gdpr": 1 33 } 34 }, 35 "user": { 36 "ext": { 37 "consent": "test_consent" 38 }, 39 "buyeruid": "test_user" 40 } 41 }, 42 "httpCalls": [ 43 { 44 "expectedRequest": { 45 "uri": "http://ssp.wp.test/bidder/?bdver=5.8&inver=4", 46 "body": { 47 "id": "test-request", 48 "imp": [ 49 { 50 "id": "005", 51 "banner": { 52 "format": [ 53 { 54 "w": 300, 55 "h": 250 56 } 57 ] 58 }, 59 "tagid": "slot", 60 "secure": 1, 61 "ext": { 62 "data": { 63 "pbslot": "slot", 64 "pbsize": "300x250" 65 } 66 } 67 } 68 ], 69 "site": { 70 "id": "237503", 71 "domain": "test.page", 72 "page": "https://test.page/", 73 "ref": "https://test.referer/" 74 }, 75 "user": { 76 "ext": { 77 "consent": "test_consent" 78 }, 79 "buyeruid": "test_user" 80 }, 81 "regs": { 82 "ext": { 83 "gdpr": 1 84 } 85 } 86 }, 87 "impIDs":["slot"] 88 }, 89 "mockResponse": { 90 "status": 200, 91 "body": { 92 "cur": "USD", 93 "id": "test-request", 94 "seatbid": [ 95 { 96 "bid": [ 97 { 98 "adm": "{\"bunch\":\"237503\",\"capping\":\"\",\"server\":\"s\",\"campaign\":\"c\",\"score\":\"1\",\"creations\":[{\"type\":\"image\",\"src\":\"https:\/\/bdr.wpcdn.pl\/tests\/test-300x250.png\",\"trackers\":{},\"width\":300,\"height\":250}],\"code\":\"1\",\"aabVendors\":false,\"slot\":\"005\",\"redir\":\"https:\/\/www.wp.pl\",\"wpclid\":\"1\"}", 99 "adomain": [ 100 "sspbc-test" 101 ], 102 "crid": "1234", 103 "ext": { 104 "adlabel": "Reklama", 105 "pubid": "431", 106 "siteid": "237503", 107 "slotid": "005", 108 "tagid": "slot" 109 }, 110 "w": 300, 111 "h": 250, 112 "id": "response-005", 113 "impid": "005", 114 "price": 20 115 } 116 ], 117 "seat": "sspbc-test" 118 } 119 ], 120 "sn": "sspbc-test" 121 } 122 } 123 } 124 ], 125 "expectedBidResponses": [ 126 { 127 "currency": "USD", 128 "bids": [ 129 { 130 "bid": { 131 "id": "response-005", 132 "impid": "slot", 133 "price": 20, 134 "adm": "<html><head><title><\/title><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><style> body { background-color: transparent; margin: 0; padding: 0; }<\/style><script> window.rekid = \"237503\"; window.slot = \"005\"; window.adlabel = 'Reklama'; window.pubid = '431'; window.wp_sn = 'sspbc_go'; window.page = 'https:\\\/\\\/test.page\\\/'; window.ref = 'https:\\\/\\\/test.referer\\\/'; window.mcad = {\"id\":\"test-request\",\"seat\":\"sspbc-test\",\"seatbid\":[{\"bid\":[{\"id\":\"response-005\",\"impid\":\"slot\",\"price\":20,\"adm\":\"{\\\"bunch\\\":\\\"237503\\\",\\\"capping\\\":\\\"\\\",\\\"server\\\":\\\"s\\\",\\\"campaign\\\":\\\"c\\\",\\\"score\\\":\\\"1\\\",\\\"creations\\\":[{\\\"type\\\":\\\"image\\\",\\\"src\\\":\\\"https://bdr.wpcdn.pl/tests/test-300x250.png\\\",\\\"trackers\\\":{},\\\"width\\\":300,\\\"height\\\":250}],\\\"code\\\":\\\"1\\\",\\\"aabVendors\\\":false,\\\"slot\\\":\\\"005\\\",\\\"redir\\\":\\\"https://www.wp.pl\\\",\\\"wpclid\\\":\\\"1\\\"}\",\"adomain\":[\"sspbc-test\"],\"crid\":\"1234\",\"w\":300,\"h\":250,\"ext\":{\"adlabel\":\"Reklama\",\"pubid\":\"431\",\"siteid\":\"237503\",\"slotid\":\"005\",\"tagid\":\"slot\"}}]}]}; window.inver = '4'; <\/script><\/head><body><div id=\"c\"><\/div><script async crossorigin nomodule src=\"\/\/std.wpcdn.pl\/wpjslib\/wpjslib-inline.js\" id=\"wpjslib\"><\/script><script async crossorigin type=\"module\" src=\"\/\/std.wpcdn.pl\/wpjslib6\/wpjslib-inline.js\" id=\"wpjslib6\"><\/script><\/body><\/html>", 135 "adomain": [ 136 "sspbc-test" 137 ], 138 "crid": "1234", 139 "w": 300, 140 "h": 250, 141 "ext": { 142 "adlabel": "Reklama", 143 "pubid": "431", 144 "siteid": "237503", 145 "slotid": "005", 146 "tagid": "slot" 147 } 148 }, 149 "type": "banner" 150 } 151 ] 152 } 153 ] 154 }