Note
All events include Session Properties, Device Properties, App Properties, and Shopify Properties that are present on the Event Object. For more information, refer to the Common Event Object & Metadata document.
Event Properties, however, are unique to every event and are outlined in this page.
The Product Searched event fires when a user searches and selects a product from the search bar in the app. The event will not fire if a user only clicks the search bar but does not complete a search by selecting a product.
The event properties unique to Product Searched are:
"event_properties": {
"event_id": "5640333d-bde9-4830-95cc-8093c3c7ab6d",
"product_id": "6538644483196",
"product_title": "New Jumpsuit",
"product_type": "Jumpsuits",
"product_price": "14.0",
"multi_currency_code": "USD",
"search_type": "text"
}
event_id
String : The unique identifier of the session associated with the event. This event will also exist on the Event object level as well
product_id
String : A unique identifier for the product. Each id is unique across the Shopify system. No two products will have the same id
product_title
String : The text title of the product provided from Shopify
product_type
String : The type of product designated in Shopify
product_price
Float : The price of the product searched
multi_currency_code
String : The current currency the user has selected in the app
search_type
String : The type of search based on integration providers and form of search available
Note: To view all the various sources or types, reference the Event Sources page