Google Analytics engagement hit. Can I create an "automatic"?

0

For those who do not know, to calculate a user's "average session time", Google Analytics does the following: link

To clarify what an "engagement hit" is: link

I have an app for Android that has 2 screens: the first one is initial (where the user chooses which content to see), the second one has the chosen content. In the initial screen, the user spends about 5 seconds to select the content he will see, in the second screen, because it is the content itself, the user spends about 30 seconds. So the total user session time should be 35 seconds, but unfortunately, since the second screen does not have an "engagement hit", the 30 seconds spent on it is "lost." This is very bad for my application statistics.

I was wondering if I could create an event on the second screen that automatically triggers every 5 seconds to "force" an engagement hit and get the actual duration of the user session. Maybe an automatic trigger for some data or hit for analytics through the event tracker, I do not know.

Can anyone help me? Any ideas for getting around this flaw?

I contacted Google support, but they could not give me satisfactory answers.

Thank you.

    
asked by anonymous 01.04.2015 / 09:51

1 answer

2

I've never used Google Analytics in Android apps, but what if you follow the user's scroll by sending an event to Analytics at any given time?

For example, at 25% then at 50%, 75% and finally at 100%.

The only problem is that the bounce rate will drop absurdly, so ideally it would not send as a hit user.

As I said, being an Android app, I can not give you 100% certainty regarding deployment, but anything you can ask.

    
03.04.2015 / 23:36