Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase analytics dashboard filter by country not available

I wanted to apply filter in my firebase analytics dashboard with country. In my filter user property (country) is not at all listing. Among the default collected user properties only below listed properties are listed in the filter:

  • age
  • app version
  • device model
  • gender
  • new/established
  • os version

In create audience section, all user properties are listed, and property data is getting collected in firebase.

How can I enable filter by country in my dashboard.

like image 839
bijoshtj Avatar asked Mar 02 '17 07:03

bijoshtj


2 Answers

To filter by country in firebase, you need to create an audience first:

  1. Open your firebase console and select your project

  2. In the left sidebar menu Go to Analytics > Audiences > New Audience

  3. In the popup window , set a title of your audience and in the dropdown menu below, select user property > country.

  4. Finally chose the expression Ex: US / SP etc.. which depends on the users that you have.

like image 62
Badr Avatar answered Oct 05 '22 02:10

Badr


New audience -> Templates -> Demographics -> Filter by country id

firebase filter by country

like image 32
Gayan Weerakutti Avatar answered Oct 05 '22 04:10

Gayan Weerakutti