Beusable is a solution that registers and uses reports based on site URLs. To operate it, you need to decide how to register the URL. The match type is a concept used in this process, and you can choose one of the six criteria below:
- Exact: Pages that exactly match the entered URL.
- Simple: Pages that match the entered URL domain and path.
- Starts: All pages that start with the entered URL.
- Ends: All pages that end with the entered URL.
- Contains: All pages that contain the entered URL.
- Regular Expression: Pages that match the specified regular expression conditions.