Comment on page

Technology

Based on the visitor's browser's visitor agent CustomFit identifies various technical attributes:
  • Browser
  • Device Type
  • Operating System
  • Screen Width
  • Screen Height
CustomFit.ai supports the following different operator types:
Operator Type
Description
IS_ONE_OF, IS_NOT_ONE_OF
Exact match
IS_SET, IS_NOT_SET
Checks whether the attribute is set or not set
To write a Technology-based rule
  • Click on Add rule
  • Click on the attribute field
  • In the dropdown, you can see the Technology section
  • Select the required attribute
  • Next, set the operator type based on your requirement
  • From the dropdown select the pre-filled values. And if there is no dropdown then enter the value
  • Then select which behavior needs to be served

Rule with a single condition

For example, targeting visitors who are visiting from Desktop. So, the rule will be Device IS_ONE_OF Desktop.

Rule with multiple conditions

For example, targeting visitors who are visiting from Desktop and the browser is Chrome. So, the rule will be Device IS_ONE_OF Desktop AND Browser IS_ONE_OF Chrome.

Rule with multiple values

For example, targeting visitors who are visiting from Desktop and the browser is Chrome or Safari. So, the rule will be Device IS_ONE_OF Desktop AND Browser IS_ONE_OF Chrome OR Safari.