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