Disabling automatic screen analytics #4355
-
I've integrated successfully Firebase Analytics for screen tracks and I'd like to disable automatic screen analytics since I don't want to see the native screen classes including UIViewController from Firebase Analytics Events table.
Is there any way to disable automatic analytics of screen and enable only manual analytics? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I don't believe you can turn it off. You should use one of the recommended strategies based on your navigation system to set the screen correctly and log the javascript-relative screen names as the user navigates. If you want no screen name/activity logged I believe you can follow the google docs by setting the screen name to null:
|
Beta Was this translation helpful? Give feedback.
I don't believe you can turn it off. You should use one of the recommended strategies based on your navigation system to set the screen correctly and log the javascript-relative screen names as the user navigates.
If you want no screen name/activity logged I believe you can follow the google docs by setting the screen name to null:
https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics#parameters_3