experimentIds property

List<String>? experimentIds
getter/setter pair

A list of identifiers for the independent experiment groups this user event belongs to.

This is used to distinguish between user events associated with different experiment setups (e.g. using Recommendation Engine system, using different recommendation models).

Optional.

Implementation

core.List<core.String>? experimentIds;