Hi Steve,
So this is a screenshot of the Firebase Analytics - Events dashboard for the Android app.
There's a mixture between our custom events and the automatically collected events. I can see the automatically collected events there : app_clear_data, app_remove, first_open, app_update.
Using the GTM we were successful in forwarding our custom tracked events by creating tags with the trigger names being our custom event's name, e.g begin_checkout. ecommerce_purchase.
So my question was whether we can also hook the automatically tracked events as well. We also created tags and triggers for them, but they don't pass to GA. I can, however, that the screen_view (automatically tracked event) does show up in GA, by creating a TAG with track type Screen View and trigger screen_view.
Would be nice to have first_open, app_remove, app_update as well; I find it curious that the Firebase SDK tracks them and they do show up as events but we're not successful in catching them with GTM.
Thanks in advance !