Package ai.systema.model.tracker.view

Types

ContainerShownEvent
Link copied to clipboard
common
data class ContainerShownEvent(clientId: String, environment: String, fingerprint: String, sessionId: String, userAgent: String, userName: String?, sequence: Int, type: TrackerEventType, productId: String?, referrer: String?, url: String, eventDate: TrackEventDate, containers: List<ItemContainer>?, version: String)
ItemClickEvent
Link copied to clipboard
common
data class ItemClickEvent(clientId: String, environment: String, fingerprint: String, sessionId: String, userAgent: String, userName: String?, sequence: Int, productId: String, recId: String, type: TrackerEventType, referrer: String?, url: String, eventDate: TrackEventDate, version: String)
ItemContainer
Link copied to clipboard
common
data class ItemContainer(recItems: List<Map<String, String>>, resultId: String)
PageViewEvent
Link copied to clipboard
common
data class PageViewEvent(clientId: String, environment: String, fingerprint: String, sessionId: String, userAgent: String, userName: String?, sequence: Int, productId: String?, recId: String, type: TrackerEventType, referrer: String?, url: String, eventDate: TrackEventDate, version: String)

Functions

prepContainerItem
Link copied to clipboard
common
fun prepContainerItem(recId: String): Map<String, String>