--- title: Trackable - Storefront API description: Represents a resource that you can track the origin of the search traffic. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/interfaces/trackable md: https://shopify.dev/docs/api/storefront/unstable/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/unstable/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/unstable/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/unstable/queries/predictiveSearch) queries, otherwise returns null. *** ##### Variables ```json { "trackingParameters": "" } ``` ##### Schema ```graphql interface Trackable { trackingParameters: String } ```