Product Data Transposition
Product Data Transposition in the JENTIS Data Layer
Example: Multiple Products in Data Layer
_jts.push({
track: "product",
type: "order",
id: "123",
name: "Baby Oil",
group: ["Small Sortiment", "Baby"],
brutto: 123.90
});
_jts.push({
track: "product",
type: "order",
id: "456",
name: "Baby Shampoo",
group: ["Small Sortiment", "Baby"],
brutto: 123.90
});How Transposition Works
Using Arrays in Triggers
Custom Properties

Summary
Last updated
Was this helpful?