Skip to content

[FSSDK-12735] SDK Work: Implement holdout exclusion logic for Targeted Delivery rules#404

Open
esrakartalOpt wants to merge 1 commit into
masterfrom
esra/FSSDK-12735_exclude_targeted_delivery
Open

[FSSDK-12735] SDK Work: Implement holdout exclusion logic for Targeted Delivery rules#404
esrakartalOpt wants to merge 1 commit into
masterfrom
esra/FSSDK-12735_exclude_targeted_delivery

Conversation

@esrakartalOpt

@esrakartalOpt esrakartalOpt commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add exclude_targeted_deliveries boolean field to holdout JSON schema (global and local holdouts)
  • When exclude_targeted_deliveries is true on a holdout, targeted delivery (rollout) rules bypass the holdout while A/B test and CMAB experiment rules remain blocked
  • Global holdouts: defer the holdout decision, skip experiment evaluation, and allow rollout rules to proceed normally
  • Local holdouts: skip holdout check in delivery rules when the flag is set; experiment rules always respect the holdout

Test plan

  • Added 7 new specs covering global/local holdout behavior with flag on/off, backward compatibility
  • All 1114 existing tests pass with no regressions
  • Verified field name, type, and default align with backend implementation

Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant