Firebase Audience Targeting on Count Operators

只愿长相守 提交于 2019-12-04 05:25:40

问题


I use Firebase Analytics & Audiences for event tracking & push notification campaigns. I want to target my app's users that did not have an in_app_purchase across their entire lifetime.

I created the following tests in the Firebase Analytics Audiences dashboard, but could unfortunately not save & create the audiences:

  • Test 2 below does not work with in_app_purchase Count < 1.

  • Test 3 does not work with in_app_purchase Count = 0.

I assume I am not the only one that want to grow their buyer segment. So, I am curious how one would be able to create this audience in Firebase (and target them thereafter with a push notification)?


回答1:


Firebase Analytics includes a default audience of "Purchasers" which can then be used in reverse (using "does not include all of") to compose a message to users that are not part of this audience:



来源:https://stackoverflow.com/questions/47437923/firebase-audience-targeting-on-count-operators

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