Filter by user property doesn't work in Firebase Analytics -


in order test how filter user property works , i've did bellow test :

1. i've run bellow code, set user property favorite_food pizza . , send event called test_audience_event2 . should associate property event . right ?

firanalytics.setuserpropertystring("pizza", forname: "favorite_food2") firanalytics.logeventwithname("test_audience_event2", parameters: nil)

after 24 hours, succeed see test_audience_event2 can see in bellow picture: enter image description here

2. i've set filter = userproperty.favorite_food2.pizza, got nothing can see in bellow picture. why ? enter image description here

thanks.

audiences have 10 users threshold before showing data, maybe filtering have 10 users threshold ? have try launching on 10 different device, or install-launch-uninstall-reinstall etc 10 times on 1 devices ?


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

android - CoordinatorLayout, FAB and container layout conflict -