You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/recommendations/events.md
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,17 @@ When you deploy the `magento/product-recommendations` module, the module tracks
9
9
If shoppers use ad blockers or enable privacy settings that prevent the `magento/product-recommendations` module from capturing events, the metrics reflected in the [Product Recommendations dashboard](https://docs.magento.com/user-guide/marketing/product-recommendations.html#dashboard) will not be accurate. Most likely, the engagement and revenue numbers will be underrepresented.
10
10
11
11
{:.bs-callout-info}
12
-
If [Cookie Restriction Mode](https://docs.magento.com/m2/ce/user_guide/stores/compliance-cookie-restriction-mode.html) is enabled, Magento does not collect behavioral data until the shopper consents. If Cookie Restriction Mode is disabled, Magento collects behavioral data by default.
12
+
If [Cookie Restriction Mode](https://docs.magento.com/user-guide/stores/compliance-cookie-restriction-mode.html) is enabled, Magento does not collect behavioral data until the shopper consents. If Cookie Restriction Mode is disabled, Magento collects behavioral data by default.
13
13
14
14
Event | Category | Description
15
15
--- | --- | ---
16
16
`add-to-cart` | product | A product is added to the cart
17
-
`add-to-wishlist` | product | A product is added to the wishlist
18
-
`apply-discount-action` | shopping-cart | A discount code is applied to the cart
19
-
`edit-product-qty` | shopping-cart | The quantity of a product in a cart changed to a non-zero value
20
17
`impression-render` | recommendation-unit | The recommendation unit is rendered on the page.
21
-
`initiate-checkout` | shopping-cart | The customer initiates checkout
22
18
`instant-purchase` | checkout | The customer completes an instant purchase
23
19
`place-order` | checkout | The customer's order is submitted
24
20
`rec-add-to-cart-click` | recommendation-unit | The customer clicks the **Add to cart** button for an item in the recommendation unit.
25
21
`rec-click` | recommendation-unit | The customer clicks a product in the recommendation unit.
26
22
`remove-discount-action` | shopping-cart | A discount code is removed from a cart
27
23
`remove-from-cart` | product | A product is removed from a cart
28
-
`remove-from-wishlist` | product | A product is removed from a wishlist
29
-
`sign-in` | shopper | The customer signs into their account
30
-
`sign-out` | shopper | The customer signs out of their account
31
24
`view` | product | The customer views a product details page (PDP)
32
25
`view` | recommendation-unit | The recommendation unit becomes viewable on the page, such as by scrolling into view
0 commit comments