Session control with Google Analytics API v3 for iOS?
I just replaced GA implementation with API v3, and found this useful session managing feature: https://developers.google.com/analytics/devguides/collection/ios/v3/sessions Since I implemented, every session is measured 00:00:00. Did anybody managed to use this? Or something is messed in my client code. (the time interval based session calculations gives inaccurate data for my needs) Rob I was having the same problem and the issue was that once the start session value was applied it was applied to all future analytic events. This would mean that every event you send would start a new session