daysToLookBack property

int? daysToLookBack
getter/setter pair

The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience.

For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.

Implementation

core.int? daysToLookBack;