id | string; required | Bidder generated bid ID to assist with logging/tracking. | "1fwdsg1gdsgwfdb" |
impid | string; required | ID of the Imp object in the related bid request. | "23fsdfsdg-12312fds-44f4-12dfsfa-824f7221d116" |
price | float; required | Bid price expressed as CPM. Integer math is recommended for currencies. | 1.15 |
adid | string | ID of a preloaded ad to be served if the bid wins. | "1378ygfvn928ouyghf19oiuhg03r" |
nurl | string | Win notice URL called if the bid wins. | http://example.com/win/...?won=${AUCTION_PRICE} |
lurl | string | Loss notice URL called when a bid is lost. | http://example.com/loss/...?final_price=${AUCTION_PRICE} |
adm | string | Ad markup in case of win (supersedes nurl if both present). | "AD" |
adomain | string array; required | Advertiser domains (for blocklist checking). | ["test-domain.com"] |
bundle | string | App bundle being advertised. | android: "com.test.app", iOS: "8120398" |
iurl | string | Image URL for ad quality/safety checking. | http://example.com/i/... |
cid | string | Campaign ID. | "12341" |
crid | string | Creative ID. | "231" |
cat | string array | IAB content categories of the creative. | ["IAB3-1"] |
attr | integer array | Creative attributes. | [1,2,13] |
h | integer | Height of the creative in pixels. | 480 |
w | integer | Width of the creative in pixels. | 320 |
ext | object | Bidder-specific extensions (e.g., {"imptrackers": [...]} ). | {"imptrackers": ["https://..."]} |
burl | string | Billing notice URL (called when impression occurs). | http://example.com/bill_imp/... |