UserJourney
data class UserJourney(val pageID: String? = null, val storefrontID: String? = null, val storefrontName: String? = null, val tabID: String? = null, val tabName: String? = null, val containerID: String? = null, val containerName: String? = null, val collectionID: String? = null, val collectionName: String? = null, val verticalPosition: Int? = null, val horizontalPosition: Int? = null, val currentScreen: String? = null, val searchItemPosition: Int? = null, val prefDownloadOnWifiOnly: Boolean? = null, val priceCode: String? = null, val containerPosition: String? = null, val cardPosition: String? = null) : ReportingData
Represents reporting data payload related to user journey.
Constructors
Link copied to clipboard
constructor(pageID: String? = null, storefrontID: String? = null, storefrontName: String? = null, tabID: String? = null, tabName: String? = null, containerID: String? = null, containerName: String? = null, collectionID: String? = null, collectionName: String? = null, verticalPosition: Int? = null, horizontalPosition: Int? = null, currentScreen: String? = null, searchItemPosition: Int? = null, prefDownloadOnWifiOnly: Boolean? = null, priceCode: String? = null, containerPosition: String? = null, cardPosition: String? = null)
Properties
Link copied to clipboard
The Position of the item (card) within a carousel or container.
Link copied to clipboard
The unique collection identifier.
Link copied to clipboard
The collection name.
Link copied to clipboard
The unique container identifier.
Link copied to clipboard
The container name.
Link copied to clipboard
The Position of the container within the page layout.
Link copied to clipboard
The current screen name or identifier.
Link copied to clipboard
The data payload container.
Link copied to clipboard
The horizontal position of the element.
Link copied to clipboard
The user preference to download content on wifi only.
Link copied to clipboard
The position of the search item based on search result and user click to play.
Link copied to clipboard
The unique store front identifier.
Link copied to clipboard
The store front name.
Link copied to clipboard
The vertical position of the element.