Comment on page
Products Searched
This client-side event fires when a customer uses the storefront’s search.
This event is implemented with our javascript analytics library. The tracking code is managed in the storefront theme.
Event Properties
Property | Type | Description |
query | String | Search query |
analytics.track('Products Searched', {
query: 'blue roses'
});
Last modified 1mo ago