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

Commit 736b7f3

Browse files
authored
Merge pull request magento-commerce/devdocs/pull#2602 from magento-devdocs/em_prex-rmvevents
Removing events no longer visible
2 parents a2b458f + 97c71e7 commit 736b7f3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/recommendations/events.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,17 @@ When you deploy the `magento/product-recommendations` module, the module tracks
99
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.
1010

1111
{:.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.
1313

1414
Event | Category | Description
1515
--- | --- | ---
1616
`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
2017
`impression-render` | recommendation-unit | The recommendation unit is rendered on the page.
21-
`initiate-checkout` | shopping-cart | The customer initiates checkout
2218
`instant-purchase` | checkout | The customer completes an instant purchase
2319
`place-order` | checkout | The customer's order is submitted
2420
`rec-add-to-cart-click` | recommendation-unit | The customer clicks the **Add to cart** button for an item in the recommendation unit.
2521
`rec-click` | recommendation-unit | The customer clicks a product in the recommendation unit.
2622
`remove-discount-action` | shopping-cart | A discount code is removed from a cart
2723
`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
3124
`view` | product | The customer views a product details page (PDP)
3225
`view` | recommendation-unit | The recommendation unit becomes viewable on the page, such as by scrolling into view

0 commit comments

Comments
 (0)