capacitor-community / firebase-analytics

Enable Firebase Analytics for Capacitor Apps
MIT License
159 stars 63 forks source link

In_app_purchase and version log when using @capacitor-community/firebase-analytics #170

Open Schwankenson opened 10 months ago

Schwankenson commented 10 months ago

This is not a feature request. It`s a question regarding the package. I can not find infos about it in the docs.

I`m using @capacitor-community/firebase-analytics to include Google Analytics 4 in my iOs/Android/WebApp project with Capacitor 5, Ionic 6, Angular 12 project.

There are some things, which are logged to analytics without specifying this explicitly in my app code. Those are:

How is this done, and how can I configure what is done there? Is this done by the SDK? Are there more things, which are logged automatically? Which docs should I use to understand what`s happening.

Thank you for helping me out!

BkMiguel12 commented 6 months ago

Hello @Schwankenson ! Yes, there are a lot of automatic events sent by the SDK, did you find a way to handle them or at least set custom parameters along all these automatic events?

Schwankenson commented 6 months ago

Did not find any infos and no way to change anything unfortunately.