Description
Add server-side GAM (Google Ad Manager) interceptor integration that injects configuration into HTML.
Changes
- Add
GamIntegrationConfig with enabled, bidders, and force_render options
- Implement
IntegrationHeadInjector to inject GAM config script into <head>
- Register GAM integration in the integration builder system
- Add unit tests for config script generation
Configuration
[integrations.gam]
enabled = true
bidders = ["mocktioneer"] # Only intercept these bidders, empty = all
force_render = false # Force render even if GAM has a line item
Why
The GAM interceptor allows Prebid creatives to render when GAM doesn't have matching line items configured.
Related
Description
Add server-side GAM (Google Ad Manager) interceptor integration that injects configuration into HTML.
Changes
GamIntegrationConfigwithenabled,bidders, andforce_renderoptionsIntegrationHeadInjectorto inject GAM config script into<head>Configuration
Why
The GAM interceptor allows Prebid creatives to render when GAM doesn't have matching line items configured.
Related