@@ -47,57 +47,6 @@ For non logged-in users, you can still track them using an [anonymous ID](https:
47
47
> info" "
48
48
> If you hash the user ID before sending it to Moloco, ensure you reuse the same hashed ID when calling other Moloco APIs.
49
49
50
- ## Moloco Commerce Media’s available presets
51
-
52
- MCM currently supports the following [ user event data specifications] ( https://mcm-docs.moloco.com/docs/51-user-event-data-specifications ) .
53
-
54
- <table >
55
- <tr >
56
- <td>**Event type**</td>
57
- <td>**Trigger**</td>
58
- <td>**Description**</td>
59
- </tr >
60
- <tr >
61
- <td>HOME</td>
62
- <td>Event type = "page" AND event = "Home"</td>
63
- <td>HOME event type is when a shopper views your website's main or home page.</td>
64
- </tr >
65
- <tr >
66
- <td>LAND</td>
67
- <td>Event type = "page" AND event = "Land"</td>
68
- <td>LAND event type is when a shopper is visiting your website from an external source (ex. Google Shopping)</td>
69
- </tr >
70
- <tr >
71
- <td>ITEM_PAGE_VIEW</td>
72
- <td>Event type = "track" AND event = "Product Viewed"</td>
73
- <td>ITEM_PAGE_VIEW event type is when a shopper visits a product detail page.</td>
74
- </tr >
75
- <tr >
76
- <td>ADD_TO_CART</td>
77
- <td>Event type = "track" AND event = "Product Added"</td>
78
- <td>ADD_TO_CART event type is when a shopper adds an item to the cart.</td>
79
- </tr >
80
- <tr >
81
- <td>ADD_TO_WISHLIST</td>
82
- <td>Event type = "track" AND event = "Product Added to Wishlist"</td>
83
- <td>ADD_TO_WISHLIST event type is when a shopper puts an item into the wish list.</td>
84
- </tr >
85
- <tr >
86
- <td>SEARCH</td>
87
- <td>Event type = "track" AND event = "Product Searched"</td>
88
- <td>SEARCH event type is when a shopper searches items with keywords or phrases from your site.</td>
89
- </tr >
90
- <tr >
91
- <td>PAGE_VIEW</td>
92
- <td>Event type = "page" AND event != "Home"</td>
93
- <td>PAGE_VIEW event type is when a shopper visits a page other than the product detail pages or the homepage of your site.</td>
94
- </tr >
95
- <tr >
96
- <td>PURCHASE</td>
97
- <td>Event type = "track" AND event = "Order Completed"</td>
98
- <td>PURCHASE event type is when a shopper purchases a product.</td>
99
- </tr >
100
- </table >
101
50
102
51
## Track
103
52
0 commit comments