xamarin / GoogleApisForiOSComponents

MIT License
225 stars 162 forks source link

Functionality to disable automatic screen tracking in Xamarin.Firebase.iOS.Analytics #416

Open acuntex opened 4 years ago

acuntex commented 4 years ago

I am using Xamarin.Firebase.iOS.Analytics to track the user engagement with Firebase/Google Analytics.

When navigating through the App, the App always sets the screen_names and tracks the View that has been navigated to. This works fine.

Unfortunately Xamarin.Firebase.iOS.Analytics does track a lot of screen views without my engagement, that's why i have a lot of entries in Firebase/Google Analytics:

Xamarin_Forms_Platform_iOS_NavigationRenderer_ParentingViewController Xamarin_Forms_Platform_iOS_PlatformRenderer Xamarin_Forms_Platform_iOS_PageRenderer MyAppName_Forms_iOS_Renderer_CustomPageRenderer Rg_Plugins_Popup_IOS_Renderers_PopupPageRenderer

Some of these entries get on top of the lists and falsify the analytics data making it basically useless.

Could you provide a way to disable these automatic trackings?

DottorPagliaccius commented 3 years ago

Yeah, they are quite annoying, any news?

somoreingold commented 3 years ago

Does this help? Scroll down to "Can I disable automatically collected screen_view events and only use manual logging?" https://firebase.googleblog.com/2020/08/google-analytics-manual-screen-view.html

vincenthouck commented 2 years ago

Hello, I have the same problem, is it possible to disable automatic tracking ?