Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 29da09c

Browse files
committed
rearranging
1 parent 0f63340 commit 29da09c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/recommendations/events.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ title: Data Collection for Recommendations
44
ee_only: True
55
---
66

7-
When you install and configure an Adobe Commerce services product, such as [Product Recommendations]({{ page.baseurl }}/recommendations/install-configure.html) or [Live Search]({{ page.baseurl }}/live-search/install.html), the modules deploy user events to your storefront. These events collect behavioral data from your shoppers and are used to compute 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.
7+
When you install and configure SaaS-based Adobe Commerce features such as [Product Recommendations]({{ page.baseurl }}/recommendations/install-configure.html) or [Live Search]({{ page.baseurl }}/live-search/install.html), 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.
88

9-
If you are using the default Adobe Commerce storefront or [PWA](https://magento.github.io/pwa-studio/product-recs/), handling these events is done for you. If you are writing your own custom storefront, learn how you can [integrate Product Recommendations]({{ site.baseurl }}/recommendations/headless.html) into your storefront.
9+
The following events are not specific to Product Recommendations, but are required to return results:
10+
11+
- `view`
12+
- `add-to-cart`
13+
- `place-order`
1014

1115
The [Storefront Events Collector]({{ site.baseurl }}/shared-services/storefront-event-collector.html#quick-start) 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.
1216

@@ -17,12 +21,7 @@ Event | Description | [Used for metrics?](https://docs.magento.com/user-guide/ma
1721
`rec-click` | The customer clicks a product in the recommendation unit. | Yes
1822
`view` | The recommendation unit becomes viewable on the page, such as by scrolling into view. | Yes
1923

20-
{:.bs-callout-info}
21-
The following events are not specific to Product Recommendations, but are required to return results:
22-
23-
- `view`
24-
- `add-to-cart`
25-
- `place-order`
24+
If you are using the default Adobe Commerce storefront or [PWA](https://magento.github.io/pwa-studio/product-recs/), handling these events is done for you. If you are writing your own custom storefront, learn how you can [integrate Product Recommendations]({{ site.baseurl }}/recommendations/headless.html) into your storefront.
2625

2726
Many shoppers use ad blockers or enable privacy settings. These configurations prevent the `magento/product-recommendations` module from capturing events, which causes the metrics in the [Product Recommendations dashboard](https://docs.magento.com/user-guide/marketing/product-recommendations.html#dashboard) to underreport engagement and revenue numbers.
2827

0 commit comments

Comments
 (0)