github.com/prebid/prebid-server@v0.275.0/adapters/ix/ixtest/exemplary/app-site-id.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id-1", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "siteId": "569749" 18 } 19 } 20 } 21 ], 22 "app": { 23 "domain": "https://www.example.com/" 24 }, 25 "ext": { 26 "prebid": { 27 "channel": { 28 "name": "web", 29 "version": "7.0.0" 30 } 31 } 32 } 33 }, 34 "httpCalls": [ 35 { 36 "expectedRequest": { 37 "uri": "http://host/endpoint", 38 "body": { 39 "id": "test-request-id", 40 "imp": [ 41 { 42 "id": "test-imp-id-1", 43 "banner": { 44 "format": [ 45 { 46 "w": 300, 47 "h": 250 48 } 49 ], 50 "w": 300, 51 "h": 250 52 }, 53 "ext": { 54 "bidder": { 55 "siteId": "569749" 56 } 57 } 58 } 59 ], 60 "app": { 61 "domain": "https://www.example.com/", 62 "publisher": { 63 "id": "569749" 64 } 65 }, 66 "ext": { 67 "ixdiag": { 68 "pbjsv": "7.0.0" 69 }, 70 "prebid": { 71 "channel": { 72 "name": "web", 73 "version": "7.0.0" 74 } 75 } 76 } 77 } 78 }, 79 "mockResponse": { 80 "status": 200, 81 "body": { 82 "id": "test-request-id", 83 "seatbid": [ 84 { 85 "seat": "958", 86 "bid": [ 87 { 88 "id": "7706636740145184841", 89 "impid": "test-imp-id-1", 90 "price": 0.5, 91 "adid": "29681110", 92 "adm": "some-test-ad", 93 "adomain": [ 94 "https://advertiser.example.com" 95 ], 96 "cid": "958", 97 "crid": "29681110", 98 "h": 250, 99 "w": 300, 100 "ext": { 101 "ix": {} 102 } 103 } 104 ] 105 } 106 ], 107 "bidid": "5778926625248726496", 108 "cur": "USD" 109 } 110 } 111 } 112 ], 113 "expectedBidResponses": [ 114 { 115 "currency": "USD", 116 "bids": [ 117 { 118 "bid": { 119 "id": "7706636740145184841", 120 "impid": "test-imp-id-1", 121 "price": 0.5, 122 "adm": "some-test-ad", 123 "adid": "29681110", 124 "adomain": [ 125 "https://advertiser.example.com" 126 ], 127 "cid": "958", 128 "crid": "29681110", 129 "w": 300, 130 "h": 250, 131 "ext": { 132 "ix": {} 133 } 134 }, 135 "type": "banner" 136 } 137 ] 138 } 139 ] 140 }