Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 746 Bytes

File metadata and controls

24 lines (18 loc) · 746 Bytes

trawl

OpenRTB bid collection libraries.

Packages

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).

Development

pnpm install
pnpm test
pnpm build
pnpm typecheck
pnpm lint