I want to create a cohort for users representing abandoned basket
below is the logic which I tried :
users who:
have performed event = "banana added to bag"
or have performed event ="apples added to bag"
(and so on including all the products where 'added to bag' is associated with
products )
also who have not
performed an event = "order placed"
As you can see, there could be hundreds of products like these and it is not
feasible to add them one by one.
Is there a way where I can somehow select 'added to bag' keyword and it includes
all such products at once?
Any help would be appreciated.
Thanks