Advanced Usage
caution
You are reading documentation for an outdated version. Here’s the latest one!
This section covers the more advanced elements of the JavaScript Tracker.
📄️ Optional timestamp argument
Each track...() method supports an optional timestamp property; this allows you to manually override the timestamp attached to this event. The timestamp should be in milliseconds since the Unix epoch.
📄️ Tracker Information
When initialising a tracker, you can use the returned tracker instance to access various properties from this tracker instance.
📄️ Using an ID service
What is an ID service ?