I want to target my android users that did not have an in_app_purchase
across their entire lifetime. I created the following audience in the "Firebase Analytics Audiences"-dashboard, but could unfortunately not save and create the audience. The in_app_purchase
can't be Count < 1
.
Asked
Active
Viewed 181 times
1

d_-
- 1,391
- 2
- 19
- 37
1 Answers
1
After a lot of testing and talking to the Firebase support team, I found out that it is possible to target non-purchasers directly within the Firebase Audience-section through LTV (in_app_purchase Count < 1
have not yet been implemented for Firebase).

d_-
- 1,391
- 2
- 19
- 37
-
1You saved a life today :) – Greg Ellis Oct 24 '18 at 01:33
-
1With the new audience builder it is possible to exclude users. You could include any user who has opened the app at least once (you need to include some users), and then exclude all users with `in_app_purchase.count > 0`. – Markus Penguin May 07 '19 at 12:12