Comment on page

Products Searched

Description

This client-side event fires when a customer uses the storefront’s search.

Instrumentation

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

Example:

analytics.track('Products Searched', {
query: 'blue roses'
});