github.com/prebid/prebid-server@v0.275.0/adapters/taboola/taboolatest/exemplary/withPageType.json (about) 1 { 2 "mockBidRequest": { 3 "id": "request-id", 4 "imp": [ 5 { 6 "id": "impression-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 }, 17 { 18 "w": 160, 19 "h": 600 20 } 21 ] 22 }, 23 "ext": { 24 "bidder": { 25 "publisherId": "publisher-id", 26 "tagid": "tag-id", 27 "pageType": "homepage" 28 } 29 } 30 } 31 ], 32 "site": { 33 "domain": "http://domain.com", 34 "page": "http://page-domain.com", 35 "ref": "http://page-domain.com" 36 }, 37 "device": { 38 "ua": "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36", 39 "h": 300, 40 "w": 300 41 } 42 }, 43 "httpCalls": [ 44 { 45 "expectedRequest": { 46 "uri": "http://display.whatever.com/12/publisher-id", 47 "body": { 48 "id": "request-id", 49 "imp": [ 50 { 51 "id": "impression-id", 52 "banner": { 53 "format": [ 54 { 55 "w": 300, 56 "h": 250 57 }, 58 { 59 "w": 300, 60 "h": 600 61 }, 62 { 63 "w": 160, 64 "h": 600 65 } 66 ] 67 }, 68 "tagid" : "tag-id", 69 "ext": { 70 "bidder": { 71 "publisherId": "publisher-id", 72 "tagid": "tag-id", 73 "pageType": "homepage" 74 } 75 } 76 } 77 ], 78 "site": { 79 "id": "publisher-id", 80 "name": "publisher-id", 81 "domain": "http://domain.com", 82 "page": "http://page-domain.com", 83 "ref": "http://page-domain.com", 84 "publisher": { 85 "id": "publisher-id" 86 } 87 }, 88 "device": { 89 "ua": "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36", 90 "h": 300, 91 "w": 300 92 }, 93 "ext": { 94 "pageType": "homepage" 95 } 96 } 97 }, 98 "mockResponse": { 99 "status": 200, 100 "body": { 101 "id": "123", 102 "seatbid": [ 103 { 104 "bid": [ 105 { 106 "id": "request-id", 107 "impid": "impression-id", 108 "price": 2.1, 109 "adid": "1", 110 "adm": "<hrml></html>", 111 "adomain": [ 112 "adomain.com" 113 ], 114 "cid": "cid", 115 "crid": "crid", 116 "w": 300, 117 "h": 250, 118 "exp": 60, 119 "lurl": "https://lurl.domain.com/" 120 } 121 ], 122 "seat": "1111" 123 } 124 ], 125 "bidid": "123", 126 "cur": "USD" 127 } 128 } 129 } 130 ], 131 "expectedBidResponses": [ 132 { 133 "currency": "USD", 134 "bids": [ 135 { 136 "bid": { 137 "id": "request-id", 138 "impid": "impression-id", 139 "price": 2.1, 140 "adid": "1", 141 "adm": "<hrml></html>", 142 "adomain": [ 143 "adomain.com" 144 ], 145 "cid": "cid", 146 "crid": "crid", 147 "w": 300, 148 "h": 250, 149 "exp": 60, 150 "lurl": "https://lurl.domain.com/" 151 }, 152 "type": "banner" 153 } 154 ] 155 } 156 ] 157 }