程序化广告
Prebid Server
Prebid.js 的服务端版本,将 Header Bidding 竞价逻辑移至服务器,降低页面延迟,支持 App 和 AMP。
主要用途
Prebid Server moves the header-bidding auction off the user's browser and onto a server, so a publisher's page makes one call to the server instead of firing dozens of bidder requests from the device. The server fans the bid request out to demand adapters in parallel, collects responses, applies floors and currency conversion, caches creatives, and returns the winning bids to the page or app. Because the heavy lifting happens server-side, pages load faster and more demand partners can be added without bloating client latency. It supports web, mobile app, AMP, connected TV, audio, native, and video, and is typically run by publishers or vendors who can manage hosting, adapters, and privacy signals.
所在链路
Prebid Server sits at the setup stage of programmatic monetization, hosting the header-bidding auction that feeds winning demand into a publisher's ad server.
核心功能
- Server-side auction across many demand adapters in a single client call
- Support for web, app, AMP, CTV, audio, native, and video inventory
- Price floors, currency conversion, and bid caching built in
- Cookie syncing and privacy-signal handling (GDPR, CCPA, GPP)
- Pluggable analytics and stored-request configuration
- Open-source Go and Java implementations for self-hosting
适合谁用
- Publishers needing server-side scale without client-side latency
- AMP and CTV environments where client header bidding is limited
- Platforms adding many demand partners to a single auction
新手提示
- Running it yourself means owning hosting, uptime, and adapter updates; many publishers contract a managed Prebid Server host instead.
- Server-side auctions complicate cookie matching, so plan user-sync and identity handling early to avoid match-rate loss.
- Start with a small set of vetted adapters and add demand gradually while watching latency and bid-response timeouts.