QuickViewCatalogEvent is a concrete implementation of CatalogEvent used to track when a user performs a quick view action on a catalog object within your application. This event is part of the Salesforce Marketing Cloud SDK’s engagement tracking system for catalog-related user interactions.
Inherited Properties
From CatalogEvent:
catalogObject
1val catalogObject: CatalogObject
Represents the catalog object associated with this event.
From EngagementEvent:
category
1open override var category: Event.Category
The Event category Name. Category contains list of allowed values.
priority
1open override val priority: Priority
Defines the priority level for the engagement event.
Inherited Methods
From EngagementEvent:
name()
1open override fun name(): String
The name for the event. This value must match the Event Name used when creating the event in the Marketing Cloud UI for any action to result from tracking this event.
Returns: The event name as a String.
attributes()
1open override fun attributes(): Map<String, Any>
The Event attributes for this event.
Returns: A map containing attribute key-value pairs for the event.
Related Types
CatalogObject
The CatalogObject class represents various items that can be tracked (e.g., a product, a blog post).