File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ TRUSTED_SERVER__INTEGRATIONS__PREBID__ENABLED=false
4141# TRUSTED_SERVER__INTEGRATIONS__PREBID__TIMEOUT_MS=1000
4242# TRUSTED_SERVER__INTEGRATIONS__PREBID__BIDDERS=kargo,rubicon,appnexus
4343# TRUSTED_SERVER__INTEGRATIONS__PREBID__BID_PARAM_OVERRIDES='{"bidder-name":{"param1":122112,"param2":"11212323"}}'
44+ # Compatibility env shape for bidder -> zone -> params overrides
45+ # TRUSTED_SERVER__INTEGRATIONS__PREBID__BID_PARAM_ZONE_OVERRIDES='{"kargo":{"header":{"placementId":"_abc"}}}'
46+ # Preferred canonical env shape for future generic rules
47+ # TRUSTED_SERVER__INTEGRATIONS__PREBID__BID_PARAM_OVERRIDE_RULES='[{"when":{"bidder":"kargo","zone":"header"},"set":{"placementId":"_abc"}}]'
4448# TRUSTED_SERVER__INTEGRATIONS__PREBID__AUTO_CONFIGURE=false
4549# TRUSTED_SERVER__INTEGRATIONS__PREBID__DEBUG=false
4650# TRUSTED_SERVER__INTEGRATIONS__PREBID__TEST_MODE=false
You can’t perform that action at this time.
0 commit comments