How orders are attributed to experiments
Attributing orders to sessions
Under the hood, Intelligems aggregates visitor actions into sessions. A visitor must visit a non-checkout page in order to initiate a session. Orders are attributed to the customer’s most recent session that was started before the order was placed.
For an order to match to a session, they need to be within 48 hours of each other. For example, if a user browses a store, adds to cart, but does not place an order, then, a few days later, receives an abandoned cart email with a direct checkout link and places the order, this order would not be attributed to the original session. This is because checkout page views are treated as a special case, and do not create a new session. So, the only session preceding the order is the original session, and that session is too far away to match (over 48 hours).
Attributing sessions to experiments
The way we determine whether a session counts towards an experiment is simple: if the visitor was exposed to the experiment during the session, then it counts. So, if the customer was exposed to an experiment during the session that’s matched to an order, then the order counts towards the experiment’s results.
Last updated
Was this helpful?