-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Overview
This tracking issue covers the work to enable rendering Prebid.js ads with Next.js through the GAM interceptor integration.
Dependency Graph
main
├── #246 (Cert/Port) ─┬── #247 (Head Injector) ── #248 (GAM BE) ── #249 (GAM FE) ── #251 (Core Simplify)
│ └── #250 (Prebid NPM)
├── #252 (Build System) [independent]
└── #253 (Docs) [independent]
Merge Order
- Improve build system output and simplify Vite config #252 and Update documentation for new endpoint naming #253 - Independent, can merge anytime
- Add configurable TLS certificate verification and fix port handling #246 - Foundation for other PRs
- Add IntegrationHeadInjector trait for head script injection #247 - Depends on Add configurable TLS certificate verification and fix port handling #246
- Add GAM interceptor integration - backend #248 - Depends on Add IntegrationHeadInjector trait for head script injection #247
- Add GAM interceptor integration - frontend #249 - Depends on Add GAM interceptor integration - backend #248
- Add Prebid.js NPM integration #250 - Depends on Add configurable TLS certificate verification and fix port handling #246 (can merge in parallel with Add IntegrationHeadInjector trait for head script injection #247-Add GAM interceptor integration - frontend #249)
- Simplify TSJS core library - remove rendering/auction logic #251 - Depends on Add GAM interceptor integration - frontend #249 (merge last - breaking change)
Reactions are currently unavailable