Skip to content

RuleField

RuleField = "purchase.amount" | "time.timestamp" | "attribution.referrerIdentityGroupId" | `custom.${string}` | string & Record<never, never>

Defined in: types/rpc/merchantInformation.ts:84

Dot-path of the rule-evaluation context field a RuleCondition targets.

Only the paths the SDK actually reads are listed (for editor autocompletion); the trailing string member keeps the type open to any other path the backend may emit, so it never lies at runtime. Custom interaction data is addressed through custom.${string}.