Events: All apps
30/11/2019
The following events are recommended for all apps. To learn how to implement these events (using logEvent
), refer to the developer documentation.
When your app has features or behavior that correspond to Firebase events, you benefit from logging the events detailed here, as well as events for the app type (retail and ecommerce, travel, or games). Logging events along with their prescribed parameters ensures maximum available detail in reports and lets you benefit from the latest Firebase features and integrations as they become available.
Event | Triggered... | parameters |
---|---|---|
join_group | When a user joins a group. Allows you to track the popularity of various clans or user groups. | group_id |
login | When a user logs in. | sign_up_method |
present_offer | When a user is presented with an offer. | item_id, item_name, item_category |
search | When a user searches in the app. | search_term |
select_content | When a user has selected content in an app. | content_type, item_id |
share | When a user has shared content in an app. | content_type, item_id |
sign_up | When a user has signed up. Allows you to see which methods of sign-up (e.g., Google account, email address, etc.) are most popular. | sign_up_method |
spend_virtual_currency | When a user has spent virtual currency (coins, gems, tokens, etc.) in the app. | item_name, virtual_currency_name, value |
tutorial_begin | when a user begins a tutorial. | No parameters |
tutorial_complete | When a user completes a tutorial. | No parameters |
* Nguồn: Google Analytics