A sealed class representing catalog-related engagement events in the Salesforce Marketing Cloud Unified SDK. This class is used to track user interactions with catalog objects such as products or blog posts.
Declaration
1sealed class CatalogEvent : EngagementEvent
Hierarchy
Extends:EngagementEvent
Properties
catalogObject
1val catalogObject: CatalogObject
The catalog object associated with this event.
Inheritors
The following classes inherit from CatalogEvent:
ViewCatalogEvent - Records when a user examines a catalog object
ViewCatalogDetailEvent - Records when a user views detailed information about a catalog object
QuickViewCatalogEvent - Records when a user performs a quick view of a catalog object
ShareCatalogEvent - Records when a user shares a catalog object
ReviewCatalogEvent - Records when a user reviews a catalog object
CommentCatalogEvent - Records when a user comments on a catalog object
FavoriteCatalogEvent - Records when a user favorites a catalog object