-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Description
Add client-side GAM interceptor that intercepts GPT slotRenderEnded events to render Prebid creatives.
Changes
- Add GAM interceptor module (
integrations/gam/index.ts) - Support multiple rendering methods: iframe src replacement, doc.write, pbjs.renderAd
- Add
GamConfiginterface for configuration viatsjs.setConfig({ gam: {...} }) - Forward GAM config from core config to GAM integration via lazy loader
- Add comprehensive tests
Features
- Filter by specific bidders
- Force render even when GAM has a line item
- Auto-initialization on module load
- Stats tracking for debugging (
tsGam.getStats())
Why
Enables rendering Prebid creatives when GAM doesn't have matching line items, without requiring GAM trafficking.
Related
Reactions are currently unavailable