Customizing the JENTIS Data Layer
1. Extending Default Data Layer Calls
Example
_jts.push({
track: "pageview",
pagetype: "productdetailpage"
});
_jts.push({
track: "product",
type: "productview",
id: "12345567",
name: "jentis tshirt",
origin: "24"
});
_jts.push({ track: "productview" });
_jts.push({ track: "submit" });Notes
2. Creating Custom Documents
Example: Reservation Tracking
3. Accessing Custom Properties in JTM
Step-by-Step

Important Input Fields
Summary
Last updated
Was this helpful?