Wishlist Item Acquired Event
data class WishlistItemAcquiredEvent( val clientId: String, val environment: String, val fingerprint: String, val sessionId: String, val userAgent: String, val userName: String?, val sequence: Int, val type: TrackerEventType, val productId: String, val referrer: String?, val url: String, val eventDate: TrackEventDate, val items: List<WishlistItem>, val version: String)
Content copied to clipboard
Constructors
Link copied to clipboard
fun 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