Namespace: analytics

Classes

Type Aliases

AbTestConfig

Ƭ AbTestConfig: group.AbTestList<string>

AB test groups configuration.


AbTestGroups

Ƭ AbTestGroups: Object

Selected AB test groups.

Index signature

▪ [testName: string]: string


AnalyticsParameterValue

Ƭ AnalyticsParameterValue: string | { type: "string" ; value: string | number } | { type: "number" ; value: number } | undefined

Analytics parameters values are either simple strings or the type can be specified.