Package ai. systema. model. tracker. wishlist
Types
Wishlist Item
Link copied to clipboard
Wishlist Item Acquired Event
Link copied to clipboard
data class WishlistItemAcquiredEvent(clientId: String, environment: String, fingerprint: String, sessionId: String, userAgent: String, userName: String?, sequence: Int, type: TrackerEventType, productId: String, referrer: String?, url: String, eventDate: TrackEventDate, items: List<WishlistItem>, version: String)
Content copied to clipboard
Wishlist Item Relinquished Event
Link copied to clipboard
data class WishlistItemRelinquishedEvent(clientId: String, environment: String, fingerprint: String, sessionId: String, userAgent: String, userName: String?, sequence: Int, type: TrackerEventType, productId: String, referrer: String?, url: String, eventDate: TrackEventDate, item: WishlistItem, version: String)
Content copied to clipboard