When you install and configure SaaS-based Adobe Commerce features such as Product Recommendations or Live Search, the modules deploy behavioral data collection to your storefront. This mechanism collects anonymized behavioral data from your shoppers and powers product recommendations. For example, the view
event is used to compute the Viewed this, viewed that
recommendation type, and the place-order
event is used to compute the Bought this, bought that
recommendation type.
Data collection for the purposes of Product recommendations does not include personally identifiable information (PII). All user identifiers, such as cookie IDs and IP addresses, are strictly anonymized. Learn more.
The following events are not specific to Product Recommendations, but are required to return results:
view
add-to-cart
place-order
The Adobe Commerce Storefront Event Collector lists all the events deployed to your storefront. From that list, however, there is a subset of events specific to Product Recommendations. These events collect data when shoppers interact with recommendation units on the storefront and power the metrics used to help you analyze how well your recommendations are performing.
Event | Description | Used for metrics? |
---|---|---|
impression-render |
The recommendation unit is rendered on the page. | Yes |
rec-add-to-cart-click |
The customer clicks the Add to cart button for an item in the recommendation unit. | Yes, when an Add to cart button is present in the recommendations template. |
rec-click |
The customer clicks a product in the recommendation unit. | Yes |
view |
The recommendation unit becomes viewable on the page, such as by scrolling into view. | Yes |
If your storefront is implemented with PWA Studio, refer to the PWA documentation. If you use a custom frontend technology such as React or Vue JS, refer to the user guide to learn how to integrate Product Recommendations in a headless environment.
Ad blockers and privacy settings can prevent the magento/product-recommendations
module from capturing events and might cause the engagement and revenue metrics to be underreported.
Eventing does not capture every transaction happening on the merchant’s site. Eventing is meant to give the merchant a general idea of events that are happening on the site.
Headless implementations must implement eventing to power the Product Recommendations dashboard.
If Cookie Restriction Mode is enabled, Adobe Commerce does not collect behavioral data until the shopper consents to using cookies. If Cookie Restriction Mode is disabled, Adobe Commerce collects behavioral data by default.