flurry / flurry-android-sdk

Flurry Android SDK API reference documentation
Apache License 2.0
21 stars 3 forks source link

Flurry custom Events not showing the page view counts in the dashboard #36

Open jesphinpt opened 9 months ago

jesphinpt commented 9 months ago

I am using the flurry analytics. I have added custom events as well as per the doc. The events are reporting as expected but it not showing the page views in the dashboard and it shows as 0.

I have followed the doc for iOS and Android and the events are captured with the Event Parameters.

`FlurryAgent.logEvent("User is on home screen");`
`FlurryAgent.logEvent("User logged in", user_detaills);`

Why we are not seeing the page views for our apps? Appreciate your input on this.

poting-oath commented 9 months ago

The Event analytics data is not Real-time, only the Sessions data is. You will need to wait for few hours to one day to see the Event data.

jesphinpt commented 9 months ago

@poting-oath I am seeing event in my dashboard. But the page views shows 0 or no data. Shall I need to add any other integration for viewing the page views for the app. page_view (1)

jesphinpt commented 8 months ago

@poting-oath Appreciate your inputs on this.

Shall i need to add any additional code other that custom events.

poting-oath commented 8 months ago

@jesphinpt No, you don't need to do any other calls. Just the custom events. BTW, what do you mean "the page views"? How do you navigate to this page?

jesphinpt commented 8 months ago

Login to flurry dashboard ==> Usage ==> App Activity ==> Scroll down

Screenshot 2023-10-13 at 5 03 45 PM
poting-oath commented 8 months ago

This feature has been removed from the Flurry SDK. I.e., FlurryAgent.onPageView is no longer available. The Flurry UI keeps this page is only for backwards compatible.