import { ShopifyTrackable } from '@daffodil/driver/shopify'
Represents a resource that you can track the origin of the search traffic.
interface ShopifyTrackable {
trackingParameters: string
}
trackingParameters string |
|---|
URL parameters to be added to a page URL to track the origin of on-site search traffic for analytics reporting. Returns a result when accessed through the search or predictiveSearch queries, otherwise returns null. |