Timestamp Optional and s.visitorID
I support a mobile application that uses the AppMeasurement library for javascript. Currently I am only tracking online usage but would like to track offline usage as well. To do so I would need to set the report suite to Timestamps Optional and set s.trackOffline=true in the code. BUT I use s.visitorID to track my visitors since everyone must authenticate to use the app. According to the documentation I cannot send timestamped usage (s.trackOffline=true) and set s.visitorID. What alternative to do I have to setting s.visitorID to make sure that each of my authenticated visitors are counted as just one visitor?
Thanks,
Christy
