Events
Product List Filtered
user filtered a product list or category suggested source website front end properties name type description required category string product category being viewed filters object\[] product filters that the customer is using list id string the id of the list in which the item was presented to the user item list id string the id of the list in which the item was presented to the user item list name string the name of the list in which the item was presented to the user products object\[] products in the order sorts object\[] product sorting that the customer is using example { "category" "flowers", "filters" \[ { "type" "color", "value" "purple" } ], "list id" "123", "item list id" "123", "item list name" "flower list", "products" \[ { "affiliation" "my plant store", "brand" "green thumb nurseries", "bundle" false, "category" "outdoor plants", "currency" "usd", "description" "a vibrant, easy to care for garden plant perfect for adding a splash of color to any outdoor space ", "image url" "https //example com/images/petunia jpg", "name" "petunia", "option values" \[ "purple", "red", "white" ], "position" 3, "price" 7 99, "product id" "123456789", "sku" "petunia 001", "slug" "petunia", "url" "https //example com/plants/petunia", "variant" "purple" } ], "sorts" \[ { "type" "price", "value" "ascending" } ] } filters\[] array product filters that the customer is using the filter item properties name type description required type string id of the filter type that the customer is using no value string id of the selection that the customer chose no example \[ { "type" "color", "value" "purple" } ] products\[] array products in the order the product item properties name type description required affiliation string product affiliation to designate a supplying company or brick and mortar store location (for example, "google store") no brand string brand associated with the product no bundle boolean product belongs to a bundle no category string product category no coupon string coupon code associated with a product (for example, "may deals 3") no description string short description of the product no image url string image url of the product no name string name of the product yes option values string\[] option values of the product variant no position integer position in the product list (for example, 3) no price number price ($) of the product no product id string database id of the product yes quantity integer quantity of the product no sku string sku of the product variant no slug string slug of the product, often used in urls (for example, "product red") no url string url of the product page no variant string name of the product variant no currency string currency code of the transaction (for example, "usd") pattern ^\[a z]{3}$ no example \[ { "affiliation" "my plant store", "brand" "green thumb nurseries", "bundle" false, "category" "outdoor plants", "description" "a vibrant, easy to care for garden plant perfect for adding a splash of color to any outdoor space ", "image url" "https //example com/images/petunia jpg", "name" "petunia", "option values" \[ "purple", "red", "white" ], "position" 3, "price" 7 99, "product id" "123456789", "sku" "petunia 001", "slug" "petunia", "url" "https //example com/plants/petunia", "variant" "purple", "currency" "usd" } ] products\[] option values\[] array option values of the product variant option value (for example, "red") item type string example \[ "purple" ] sorts\[] array product sorting that the customer is using the sort item properties name type description required type string id of the sort type that the customer is using no value string id of the selection type the the customer is using (ascending, descending) no example \[ { "type" "price", "value" "ascending" } ]