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:
2. i've set filter = userproperty.favorite_food2.pizza, got nothing can see in bellow picture. why ?
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
Post a Comment