-
Notifications
You must be signed in to change notification settings - Fork 26
User activity tracking #2
Comments
AppMetrica here uses functionality of activity tracking available for Cordova plugins. |
According to Documentation YandexMetrica.enableActivityAutoTracking(this); is an alternative to onResumeActivity(Activity activity) / onPauseActivity(Activity activity). |
I see. It could be just a lag of a data transporting. If you realise that |
According to appmetrica support lag should no exceed 2 minutes. |
I have tested integration today - it looks like the app does not send data to server immediately. If you minimize the app and switch back - events are delivered to the server. |
It's quite strange. I'll investigate this. |
I have increased the events counts, so they push the events package to the server. |
I have tested the sample app and see same issues - no users, but events in the dashboard. |
Have integrated appmetrica in my app, I see events in dashboard, but no active users. What could be the reason?
According to Android SDK docs there is an autotracking funtionality (method YandexMetrica.enableActivityAutoTracking(this);). Does it work in cordova?
The text was updated successfully, but these errors were encountered: