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.
analytics.track('Products Searched', {
query: 'blue roses'
});