Condition Type |
Description |
Operators |
---|---|---|
User Data |
Checks cookies in the user’s browser, JavaScript variables, or other data. Also, data based on window storage, local storage, session storage, cookie storage. |
|
Example: Display a personalized greeting if the user's local storage contains a key with their name. If the local storage key "username" contains "apty", show "Welcome back, apty! How can we assist you today?"
Condition Type |
Description |
Operators |
---|---|---|
Platform |
Checks the platform Apty is running on -Windows/Mac/Mobile |
|
Example: When a user accesses the application on a mobile device, a tooltip should be displayed, explaining how to use mobile-specific features.
Condition Type |
Description |
Operators |
---|---|---|
Browser |
Checks the current browser type for the end user |
|
Example: Show a notification recommending Chrome for the best experience if the user is accessing the site through Microsoft Edge. If the browser equals "Microsoft Edge", the notification is displayed.