--- title: Trackable - Storefront API description: Represents a resource that you can track the origin of the search traffic. api_version: 2026-04 api_name: storefront type: interface api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/interfaces/Trackable' md: 'https://shopify.dev/docs/api/storefront/latest/interfaces/Trackable.md' --- # Trackable interface Represents a resource that you can track the origin of the search traffic. ## Fields * tracking​Parameters [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/2026-04/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/2026-04/queries/predictiveSearch) queries, otherwise returns null. *** ##### Variables ```json { "trackingParameters": "" } ``` ##### Schema ```graphql interface Trackable { trackingParameters: String } ```