Skip to main content
shireesha_reddy
Helper ⭐️
September 19, 2019

Build a segment to satisfy both "number of visits" and "last seen" conditions for one particular fea

  • September 19, 2019
  • 11 replies
  • 247 views
Use case:

We need to track the user event data in "last 30days" along with the "number of visits having 3".

In current scenario, while using "number of visits" condition we cannot track the data for particular timeslot. As it is displaying the entire data which satisfies the "number of visits" condition irrespective of timeslot.

Currently when we use "number of visits" condition in the Audience explorer(Product mapper), it isn't considering the defined timeslot (last seen condition). The event is popping when the "number of visits" condition satisfies. Can we make this audience rule to satisfy both conditions?

For eg:

rule 1:

Feature - is - "#abc"

Last seen - lessthan - "30 days"

rule 2:

Feature - is - "#abc"

Number of visits - greater than - "3"

Can we make this work?

    11 replies

    alb
    Contributor ⭐️⭐️⭐️⭐️
    March 25, 2020

    @harshibanka