bijoshtj
bijoshtj

Reputation: 309

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.

Upvotes: 11

Views: 6731

Answers (2)

Gayan Weerakutti
Gayan Weerakutti

Reputation: 13715

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

firebase filter by country

Upvotes: 4

Badr
Badr

Reputation: 2081

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.

Upvotes: 15

Related Questions