question

scott avatar image
scott asked

Is there a way to search for the Country of players in the developer dashboard?

I tried Country:France and country:France as an example as I can see several in the list with that Country field.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

In the login event, there's a Location element, and in it, you have a CountryCode. So, to search for all logins for users in France, you would use:

Location.CountryCode=FR

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

pfnathan avatar image pfnathan ♦ commented ·

For your reference here are the country codes: https://api.playfab.com/playstream/events/datatype/CountryCode

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.