Expand my Community achievements bar.

SOLVED

Using sequence in Segments

Avatar

Level 5

Hi, I want to create a segment to see the visitors who:

Visit 1: saw page xyz/a.html

Visit 2: were on the website but did not see xyz/a.html

Visit 3: saw page xyz/a.html

Visit 4: saw page xyz/a.html

If I use the visit container in the segment builder, does the sequence defines Visit number with every condition/criteria:

{Container = Visit

     { Page URL equals xyz/a.html

          then

       Page URL does not equal xyz/a.html

          then

       Page URL equals xyz/a.html

          then

       Page URL equals xyz/a.html

     }

}

Is this a correct way to do it?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Dear Sai,

Try 'After' logic in Then condition with Visit. It might help!

Answer1.png

Thank You!

Arun

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Dear Sai,

Try 'After' logic in Then condition with Visit. It might help!

Answer1.png

Thank You!

Arun

Avatar

Level 5

Thanks Arun,

Does "Then" After 1 Visit means that the next condition is for next visit?