Cross Device Parameter Configuration
data class CrossDeviceParameterConfiguration(val sessionId: Boolean = true, val subjectUserId: Boolean = false, val sourceId: Boolean = true, val sourcePlatform: Boolean = false, val reason: String? = null)
Configuration object for TrackerController.decorateLink
Enabled properties will be included when decorating a URI using decorateLink
Constructors
Properties
Link copied to clipboard
Whether to include the value of SessionController.sessionId when decorating a link (enabled by default)
Link copied to clipboard
Whether to include the value of TrackerController.devicePlatform when decorating a link
Link copied to clipboard
Whether to include the value of SubjectController.userId when decorating a link