auto-analytics icon indicating copy to clipboard operation
auto-analytics copied to clipboard

Device Info

Open thiagocoelho opened this issue 7 years ago • 1 comments

Hello :)

I'm using this amazing package and I want to know if when my meteor app is running on iOS or Android via WebView, data like device model, version, etc.. will reach my analytics account.

I've created an exclusive traking ID to use only in iOS and Android apps running via cordova.

I think this way I can view precisely the use of my app in those devices. The problem is that I'm not seeing those infos yet.. maybe it's a delay between the data collected or something?

Thanks!

thiagocoelho avatar Mar 02 '18 02:03 thiagocoelho

@thiagocoelho If you are not getting it automatically from Segment.io's .js script then you can manually pass it through with a track event.

cfnelson avatar Mar 03 '18 23:03 cfnelson