Internal Search Tracking
Internal Search Tracking
Tracking Commands
Example
// Product results (example)
_jts.push({
track: "product",
type: "search",
id: "123",
name: "Ergonomic Chair"
});
_jts.push({
track: "product",
type: "search",
id: "456",
name: "Executive Leather Chair"
});
// Search metadata
_jts.push({
track: "search",
group: "global site search",
term: "chair",
countresults: 144,
source: "headersearch",
goal: "productlist"
});
// Submit state
_jts.push({ track: "submit" });Properties for search
searchName
Description
Type
Mandatory
Example
Product Statement
Example Product
Summary
Last updated
Was this helpful?