First-to-second order¶
First-to-second order days is the number of days that have elapsed between the date of the first order and the date of the second order.
Use in segments¶
You can access first-to-second order days directly from the Segment Editor. To add this attribute to your segment, To add these attributes to your segment, click Add condition and then Add attribute. Select the Transaction Attributes Extended source, select the First To Second Order Days attribute, apply a condition, and then specify a value.
Available conditions¶
The following table lists the conditions that are available to this attribute.
Note
This attribute has a Integer data type. All Integer data types share the same set of conditions. Recommended conditions for this attribute are identified with “ More useful” and conditions with more limited use cases are identified with “ Less useful”.
Condition |
Description |
---|---|
is |
Returns customer records with dates that match the specified date. |
is between |
Returns customer records with dates that are between the specified dates, not including the specified date. |
is greater than |
Returns customer records with dates that are greater than the specified date, not including the specified date. |
is greater than or equal to |
Returns customer records with dates that are greater than or equal to the specified date, including the specified date. |
is in list |
Returns customer records with dates that match the dates that are specified in the list. |
is less than |
More useful Returns customer records with dates that are less than the specified date, not including the specified date. |
is less than or equal to |
More useful Returns customer records with dates that are less than or equal to the specified date, including the specified date. |
is not |
Less useful Returns customer records with date that do not match the specified date. |
is not between |
Less useful Returns customer records with dates that are not between the specified dates, not including the specified date. |
is not in list |
Less useful Returns customer records with dates that do not match the dates that are specified in the list. |
is not NULL |
Returns customer records that have a value. |
is NULL |
Returns customer records that do not have a value. |