See VideoCheckedOut Sequential segmentation for a demo video.

A sequential segment has some basic functionality and additional options that you can configure to add more complexity to the sequential segment:

Sequential segment

Basics

The basics of building a sequential segment are no different than building a regular segment using the Segment builder. A regular segment becomes a sequential segment automatically as soon as you select the Then operator in the main definition or in any of the containers you use within the Segmentation builder.

Examples

The examples below illustrate how you use sequential segments in various use cases.

Simple sequence

Identify visitors who viewed a page and then viewed another page. The hit-level data is segmented using this sequence. Irrespective of previous, past, or interim visitor visits, or the time or number of page views occurring between the visits.

Sequential segment include everyone

Sequence across visits

Identify visitors who viewed a page in one visit, then viewed another page in another visit. To differentiate between visits, use containers to build the sequence and define Visit Visit level for each container.

Sequence segment across visits

Mixed-level sequence

Identify visitors who view two pages across an undetermined number of visits, and then view a third page in a separate visit. Again, use containers to build the sequence and define Visit Visit level on the container that defines the separate visit.

Sequence segment with separate final visit

Aggregate sequence

Identify visitors who at their first visit visited a specific page and then later visited some other pages. To differentiate between the sequence of hits, use containers to separate the logic on a WebPage Visit container level.

visit aggregate containers

Nest a sequence

Identify all visits where a visitor visits one page before another page and then have follow-up visits that involve two other pages. For example, identify all visits where a visitor first visits the home page, then a category 1 page and then has other visits where in each visit the category 2 and category 3 page are visited.

Nested sequence

After and Within

You can use Clock After and Clock Within the Then operator to define additional time constraints or constraints for Hits, Visits or Dimensions.

Time constraints

To apply time constraints to the Then operator:

  1. Select Clock .
  2. Select Within or After from the context menu.
  3. Specify a time period (Minute, Hour, up until Years).
  4. Select the ChevronDown number to open a popup that allows you to type in or specify a number using - or +.

To remove a time constraint, use CrossSize75 .

The table below explains in more detail the time constraint operators.

Operators
Description
After
The After operator is used to specify a minimum limit on the amount of time between two checkpoints. When setting the After values, the time limit begins when the segment is applied. For example, if the After operator is set on a container to identify visitors who visit page A, but don’t return to visit page B until after one day, then that day will start when the visitor leaves page A. For the visitor to be included in the segment, a minimum of 1440 minutes (one day) must transpire after leaving page A to view page B.
Within
The Within operator is used to specify a maximum limit on the amount of time between two checkpoints. For example, if the Within operator is set on a container to identify visitors who visit page A, and then return to visit page B within one day, then that day begins when the visitor leaves page A. To be included in the segment, the visitor has a maximum time of one day before opening page B. For the visitor to be included in the segment, opening page B must occur within a maximum of 1440 minutes (one day) after leaving page A to view page B.
After but Within
When using both the After and Within operators, both operators start and end in parallel, not sequentially.
For example, you build a segment with the container set to: After = 1 Week(s) and Within = 2 Week(s).
The conditions to identify visitors in this segment are met only between one and two weeks. Both conditions are enforced from the time of the first page view.

Examples

Some examples of using the time constraints.

After operator

Identify visitors that visited one page and then another page only after two weeks. For example, visitors that visited the Home page, but the Women | Shoes page only after two weeks.

Sequence after

If a page view for the Home happens on June 1, 2024, at 00:01, then a page view to page Women | Shoes will match as long as that page view occurs after June 15, 2024 00:01.

Within operator

Identify visitors that visited one page and then another page within five minutes. For example, visitors that visited the Home page and then the Women | Shoes page within 5 minutes.

Sequence within

If a page view for the Home happens on June 1, 2024, at 12:01, then a page view to page Women | Shoes will match as long as that page view occurs before June 15, 2024 12:16.

After but Within operator

Identify visitors that visited one page then visited another page after two weeks but within one month. For example, visitors that visited the Home page and then after two weeks and within one month the Women | Shoes page.

Sequence after but within

Any visitors hitting the Home page on June 1, 2024 and who are returning to visit the Women | Shoes page after June 15, 2019 00:01, but before July 1, 2019 qualify for the segment.

Hit, Visit and Dimension constraints

The Clock After and Clock Within constraints allow you not only to specify a time constraint but also a hit, visit or dimension constraint. Select Hit(s), Visit(s) or Other dimensions ChevronRight Dimension name. You can use the Search field to search for a dimension.