JENTIS Data Layer Structure
Automatic Tracking vs. Active Data Pushing
Syntax
window._jts = window._jts || [];
_jts.push({
"track": "<trackcommand>",
"prop-1": "<prop-1-value>",
"prop-2": "<prop-2-value>",
"prop-n": "<prop-n-value>"
});Reserved Properties
When and What to Push
Tracking Dependencies and Properties
Queue-Based Dependencies
Track Command-Based Dependencies
Submitting Data
Auto Sending
Manual Submit
Using the Second Parameter
Resetting the Data Layer
Last updated
Was this helpful?