Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 792 Bytes

File metadata and controls

24 lines (13 loc) · 792 Bytes

NewExperiment

Properties

Name Type Description Notes
isVariantAssignmentExternal Boolean The source of the assignment. - false - The assignment to the variant is handled internally by the Talon.Oneandled internally by the Talon.One. - true - The assignment to the variant handled externally.
activated OffsetDateTime The date and time the experiment was activated. [optional]
state StateEnum A disabled experiment is not evaluated for rules or coupons. [optional]
campaign NewCampaign

Enum: StateEnum

Name Value
ENABLED "enabled"
DISABLED "disabled"