User Properties as a Visibility Rule

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.

  • Equals

  • Not equals

  • Contains

  • Not contain

  • Starts with

  • Ends with

  • Greater than

  • Less than

  • Regex

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?"

 user data eg

Condition Type

Description

Operators

Platform

Checks the platform Apty is running on -Windows/Mac/Mobile

  • Equals

  • Not equal to

Example: When a user accesses the application on a mobile device, a tooltip should be displayed, explaining how to use mobile-specific features.

 platform eg

Condition Type

Description

Operators

Browser

Checks the current browser type for the end user

  • Equals

  • Not equal to

  • Contains

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.

 browser eg