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:

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.

Last updated