New Visitor Condition

Last update: 2022-10-04
  • Created for:
  • User
    Admin
IMPORTANT

Read more about Data Workbench’s End-of-life announcement.

The New Visitor Condition is a Condition Operation that is used with website data to determine which visitors are considered for inclusion in the dataset.

The New Visitor Condition defines the first log entry (ordered by time) for a visitor that is to be used in the dataset, and all subsequent log entries for this visitor are included in the dataset regardless of whether they meet this condition. Because the New Visitor Condition requires that data is ordered by visitor and time, it is applied only during the transformation phase of dataset construction.

The New Visitor Condition shown in this example creates a dataset that includes only those log entries for visitors who respond to email campaigns. This is accomplished by using the NotEmptyCondition test (see Not Empty) and the x-campaign-email field as input to the regular expression. After the new visitors meeting the condition are identified, all log entries for those visitors are captured.

On this page