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
.png?alt=media&token=02839f43-dd2f-44ae-9e34-e7706eace7df)
- 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

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

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.

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 modified 2yr ago