Firebase - is user deleted from Audience if his User property is changed

二次信任 提交于 2019-12-08 03:34:27

Once a user is added to an analytics audience, they will forever be a part of that audience.

The documentation you quote from provides a link to the documentation for using Firebase Remote Config with Analytics. Specifically:

Remote Config now lets you use Analytics user properties to create conditions, allowing you to customize your app for segments of your user base that you defined much more precisely than was previously possible.

So by using user properties from Analytics in Remote Config, you can have them temporarily meet a specific condition in Remote Config. Once the property changes to a non-matching value, the user will no longer match the Remote Config condition.

This only works within Remote Config. The user will still be part of any Analytics audience they may have become part of earlier. Hence, any targeting that you do based on the Analytics audience will still target the user.

With recent Firebase updates this should be true by default as explained here ("Reach users more effectively with dynamic audiences in Google Analytics" chapter): https://firebase.googleblog.com/2018/10/whats-new-at-firebase-summit-2018.html

Note that you can still have the old behaviour (forever in the audience) if you checked "At any point" in your conditions as explained here: https://support.google.com/firebase/answer/6317509?hl=en (Step 6)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!