OpenRTB bid collection libraries.
| Package | Description |
|---|---|
| @trawl/core | Version-agnostic bid-collection pipeline (plugins, fan-out, auction) |
| @trawl/ortb3 | OpenRTB 3.0 / AdCOM bid collection |
| @trawl/ortb2 | OpenRTB 2.6 bid collection |
| @trawl/ortb3-web | Browser plugins for @trawl/ortb3 |
@trawl/ortb3 and @trawl/ortb2 are thin OpenRTB-version "profiles" over the shared @trawl/core pipeline; they expose a symmetric API (createAdSlots, banner/video/audio/native, auction/byPrice/byDeal).
pnpm install
pnpm test
pnpm build
pnpm typecheck
pnpm lint