ClickProduct: {
    events: (Catalog | Identity | PartyIdentification | ErrorEvent)[];
}

Description: Click a product when it's not in the context of a recommendation, search result, or category. Use those specific events instead when appropriate. Subtypes: Click Recommendation: If provided a personalization id, personalization provider id, and personalization content id in the Catalog event then the product link was provided by a product recommendation. Click Search Result: If provided a search result ID in the Catalog event then the product link was provided by a search result. This also includes category product listings.

Type declaration