Skip to main content

All Questions

2 votes
0 answers
168 views

Large number of short duration sessions after switching to "Manual session management" using google analytics iOS SDK

Problem On iOS we are using the latest version of Google Analytics SDK integrated via Cocoapods. Recently we switched to Manual session management as explained in their SDK docs On looking into the ...
msk's user avatar
  • 8,915
1 vote
0 answers
395 views

How is a mobile session defined in Google Analytics?

I have 2 apps..Android and iOS and there are discrepancies between iOS and Android metric Avg Session Duration Android - 0:53 min iOS - 10:40 min And Screen/Session metric is different too. Android ...
Antonín Kučera's user avatar
1 vote
0 answers
285 views

Google Analytics and iTunes Analytics Sessions differences

We have different values for Apple and Google Sessions statistics, I found such information: Apple: Sessions counts the number of times the app has been in the foreground for at least two seconds. If ...
Michał Jurczuk's user avatar
4 votes
2 answers
942 views

Google Analytics iOS SDK "1 second sessions" (possibly background sessions?)

Google Analytics (using iOS SDK version 3.14 and it's built in sessions tracking) is reporting a significant percentage of app sessions as 1 second. Maybe users are launching an app to view a page ...
Adam Jack's user avatar
  • 590
0 votes
1 answer
900 views

Google analytics default session timeout for app

I would like to know what is default session timeout of GA mobile SDK ? (Both IOS and Android) According to Android SDK reference : https://developers.google.com/analytics/devguides/collection/...
David Ng's user avatar
0 votes
1 answer
361 views

Can I track session duration of a specific user-id via Google Analytics?

I have an iOS app with Google Analytics to track engagement/retention, and I have been trying to set up a way to track the session durations of specific users. I followed all of the steps to send the ...
cricket4lyfe921's user avatar
2 votes
1 answer
753 views

How could the Google Analytics session count be greater than the screen count?

We use the v3 Google Analytics iOS SDK. We are currently using google's automatic session management in production. Every screen on the app is tracked. My average session time is 25 minutes. Session ...
AtomicBoolean's user avatar
2 votes
1 answer
529 views

Google Analytics Custom Variables per click instead of per session

On the web and in mobile we use custom variables to track various attributes of our search such as property type and location. var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-3401544-1']); _gaq....
Ollie's user avatar
  • 1,160
0 votes
1 answer
231 views

Setup Google Analytics to trigger new session with dimension change

I've been getting weird results when running some custom segments over my app data in Google Anayltics. I have custom segments setup for specific app versions. e.g. Custom Segment -> Conditions -> App ...
Tyson's user avatar
  • 14.7k
2 votes
1 answer
525 views

Google Analytics loses tracking after a few minutes

I set up Google Analytics for both iOS and Android as described in both tutorials (Android & iOS). Here's my analytics.xml for Android: <?xml version="1.0" encoding="utf-8"?> <resources ...
user avatar
0 votes
2 answers
1k views

Google Analytics API iOS v3 keeps showing users as active after app quits

I was using Google Analytics API v2 and it was working great. When a user open my app, it will show up on the real time analysis and if the user quits the app, that user was not showing up anymore on ...
estemendoza's user avatar
  • 3,085
9 votes
1 answer
2k views

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 ...
Geri Borbás's user avatar
  • 16.4k
1 vote
2 answers
614 views

Google Analytics v2 iOS - session duration always 0.0

I started using Goole Analytics v2.0beta3 for iOS native app. I start a session with the following code: [GAI sharedInstance].trackUncaughtExceptions = YES; [GAI sharedInstance].dispatchInterval = ...
Ulile's user avatar
  • 261
0 votes
1 answer
416 views

IOS Google Analytics V2 session tracking

I recently started to implement Google Analytics V2 beta in my app and i would like to know how can i track when it is launched. My code is: - (BOOL)application:(UIApplication *)application ...
Macaret's user avatar
  • 797