User Behavior
User behavior lets you know how different users interact with your website/app. User behavior can refer to how many pages the user visits, the number of visits on the same page as well as the total visits in particular time duration. The user behavior also includes the click events under different pages. Targeting users based on user behavior lets you serve a different variation of the website/app based on their interaction with your website/app.
For events, CustomFit.ai supports two types of operation types:
Operation Type
Description
EVENT_EXECUTED
Checks whether the given event has been executed
EVENT_NOT_EXECUTED
Checks whether the given event has not been executed
Both the operation types for events has the following conditions:
Conditions
Allowed Values
Description
Frequency
Exactly
The given event has executed exactly "n" times
At Most
The given event has executed at most "n" times
At Least
The given event has executed at least "n" times
Duration
On
The given event has executed on the given date "X"
In The Last
The given event has executed in the last "X" days or "X" hours
In Between
The given event has executed between "X" date and "Y" date
Before
The given event has executed before "X" date
After
The given event has executed after "X" date
Last updated