OptionalpersonalizationThe personalization data from PersonalizedEntryResolver.resolve().personalization. Required for tracking variant views. Omit for baseline/non-personalized entries.
Identifier of the personalization or experiment experience.
Optionalsticky?: booleanIndicates whether this personalization selection is sticky for the user.
Index of the selected variant within the experience configuration.
Typically corresponds to the index of the selected PersonalizationConfig entry.
Mapping of baseline entry IDs to their selected variant entry IDs.
OptionalthresholdMinimum visibility ratio (0.0 - 1.0) required to consider component "visible". Default: 0.8 (80% of the component must be visible in viewport)
OptionalviewMinimum time (in milliseconds) the component must be visible before tracking fires. Default: 2000ms (2 seconds)
The resolved Contentful entry to track (baseline or variant). For personalized entries, this should be the entry from PersonalizedEntryResolver.resolve().entry. For non-personalized entries, pass the entry directly.