Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.22 KB

File metadata and controls

29 lines (18 loc) · 1.22 KB

Experiment

Properties

Name Type Description Notes
id Long The internal ID of this entity.
created OffsetDateTime The time this entity was created.
applicationId Long The ID of the Application that owns this entity.
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. [optional]
campaign Campaign [optional]
activated OffsetDateTime The date and time the experiment was activated. [optional]
state StateEnum A disabled experiment is not evaluated for rules or coupons. [optional]
variants List<ExperimentVariant> [optional]
deletedat OffsetDateTime The date and time the experiment was deleted. [optional]

Enum: StateEnum

Name Value
ENABLED "enabled"
DISABLED "disabled"