Skip to main content
Latest
interface IBucketingConfig
implements IFlagshipConfig
import { type IBucketingConfig } from "https://deno.land/x/flagship_io_js_sdk@3.3.2/config/IBucketingConfig.ts";

Properties

decisionMode: DecisionMode.BUCKETING
optional
fetchThirdPartyData: boolean

f true, will fetch the visitor's segment from universal data connector each time fetchFlags is called and append those segments in the visitor context

optional
pollingInterval: number

Specify delay between two bucketing polling. Default is 2s.

Note: If 0 is given then it should poll only once at start time.