In this tutorial, we describe how to access your data on Firebase Analytics once you've set Firebase Analytics for your native apps (iOS  and/or Android ).

Google Analytics collects usage and behavior data for your app. The SDK logs what Google calls Events.
Events: What is happening in your app, such as user actions, system events, or errors.

You can view aggregated statistics about your events in the Firebase Analytics dashboards. These dashboards update periodically throughout the day. 

Firebase logs several types of Events. You can view up to 50 Events parameters for free on your Firebase Analytics dashboard. Those parameters can differ depending on your app content.

Find below how to view and access the most common Events parameters of GoodBarber apps.


1

Analytics data

You can access this data from the Events dashboard  in the Firebase console. This dashboard shows the event reports that are automatically created for each distinct type of event logged by your app.

Wait for the first reports to appear in your Firebase console*
*You'll be able to see your first reports within 24 hours of implementing analytics to your native apps.

Once your first events reports are available, you'll be able to see some events that will tell you how your app is used by your users.

For instance:
section event allows you to see the titles of your section pages that have been seen by your users.
item_detail_view event allows you to see the titles of your detail pages that have been seen by your users.
category event allows you to see the titles of your category pages that have been seen by your users (this event is useful only if you set categories for your content ).


2

Create a new custom dimension

Custom dimensions are like default dimensions in your Analytics account.
You can use them to collect and analyze data that Analytics doesn't automatically track. Custom dimensions are supplied by logged event parameters.
This will allow you to see which pages of your apps are seen by your users and display them with their label (title of the page) on Firebase console.

Once your first events reports are available, to create a new custom dimension, from Firebase console navigate to Analytics > Custom definitions > Custom dimensions, then follow these steps:
1. Click "Create custom dimensions"
2. Enter Dimension name: label
3. Choose a Scope from the drop-down menu: "Event"
4. Enter a Description for your custom dimension (optional)
5. Select the Event parameter label from the list or enter the name of a parameter.
6. Click "Save".

picture

3

Check your Events reports

1. Go to the menu Analytics > Events of Firebase Analytics
2. In the Event name column, click one of the events set for your app to access your data.

picture

4

Filter control by Platform: Android or iOS

1. Click Add Filter + to focus on a subset of data.
Your filter stays active as you move through reports.


5

Date range

1. Click the date range display to select a date range.
Your date range stays active as you switch from one report to another. All reports compare metric values for the date range you choose to metric values from the previous period.
2. Select "Custom" to create a date range beginning and ending on the dates you select.


More articles