Offline tracking using the Web SDK
The Web SDK does not support offline tracking.
Offline tracking using the Adobe Analytics extension
There is not a dedicated field in the Adobe Analytics extension to use this variable. Use the custom code editor, following AppMeasurement syntax.
s.trackOffline in AppMeasurement and the Analytics extension custom code editor
The s.trackOffline
variable is a boolean that enables or disables offline tracking. Its default value is false
. Set this value to true
if you want to enable offline tracking.
s.trackOffline = true;
Analytics
- Implement Adobe Analytics
- Analytics Release Notes
- AppMeasurement release notes
- Analytics variables, functions, and methods
- Prepare to implement Adobe Analytics
- Implement Analytics using Experience Platform Edge
- Implement Analytics using the Adobe Analytics extension
- Implement Analytics using JavaScript
- Implement Analytics on other platforms
- Implement Analytics on mobile devices
- Implementation use cases
- Validate your implementation
- Frequently asked questions
- Review your implementation