Can I use the within and after operators with a exclusion container? | Community
Skip to main content
January 24, 2019
Solved

Can I use the within and after operators with a exclusion container?

  • January 24, 2019
  • 1 reply
  • 942 views

I am trying to build a sequential segment that looks how long it takes customers to checkout from their first cart add.

For example, I want to see how many customers checkout exactly on the 2nd day from their first cart add.

I've used the following segment logic.

The segment is at the visitor level.
First container: Hit where first cart add exist
Then within 1 day: Hit where checkout does not exist
Then after 1 day but within 2 days: Hit where checkout exists

I specifically want to exclude customers who checked out within one day as I only want the customers that took 2 days to checkout.
However I'm not sure if the after and within operators can be used with exclusion containers.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by danielforster

In this case I would set it up like this.

Visitor Level Segment:

Visit container: Cart Addition exists and Orders does not exist

Then after 1 day & Within 2 days

Visit container: Orders exist

You wouldn't really need exclusion containers in this case since it will only include visitors that added to cart & didn't order until the 2nd day.

1 reply

danielforsterAccepted solution
January 29, 2019

In this case I would set it up like this.

Visitor Level Segment:

Visit container: Cart Addition exists and Orders does not exist

Then after 1 day & Within 2 days

Visit container: Orders exist

You wouldn't really need exclusion containers in this case since it will only include visitors that added to cart & didn't order until the 2nd day.