Hello
I am having an issue regarding custom session in analytics .
I am developing an app for android. In the app I am starting the session by
following code:
mGaTracker.set(Fields.SCREEN_NAME, "Home Screen");
// Send a screenview.
mGaTracker.send(new HitBuilders.ScreenViewBuilder()
.setNewSession()
.build());
mGaTracker.send(MapBuilder
.createAppView().createEvent(CategoryGA, "HomeOpen", "", null)
.build()
and in the whole app I have not opened any session. I have closed the session
when the Home screen is closed in on stop
but still in analytics it shows 0.85 screens per session .
Please guide me to resolve this issue
Original issue reported on code.google.com by nitinsha...@punjabkesari.net.in on 26 Oct 2015 at 11:23
Original issue reported on code.google.com by
nitinsha...@punjabkesari.net.in
on 26 Oct 2015 at 11:23