Using URL and referrer targeting, you can customize where your Usetiful content is displayed, ensuring it reaches the right users in the right context. Below are the available conditions for URL targeting, along with their descriptions and usage examples:
Condition Name | Description |
URL equals | Specifies the exact URL where the content should display. The URL must match precisely, including https:// and the domain. Example: https://yourpage.com/path . |
URL contains | Displays the content if the page URL contains the specified text. You can provide either a full or partial URL (e.g., https://yourpage.com/path or /path/index.html ). |
URL doesn't contain | Prevents content display on pages where the URL contains the specified text. Example: Avoid showing a tour on URLs that include /admin . |
URL regular expression | Matches multiple URLs using a regular expression. Find out more here. Example: `^https://(www.)?yourpage.com/(product |
Referrer URL equals | Targets users arriving from a specific URL. The referrer is the page the user visited before landing on the current page. Find out more here. Example: Show a tour if the user navigates from https://sourcepage.com . |
Referrer URL contains | Displays content if the referrer URL contains the specified text. Example: Target users coming from pages with /blog in the referrer URL. |
Tip: Use URL regular expressions for complex scenarios, such as targeting multiple sections of your website with one rule.
These conditions are available in the Settings section when configuring Usetiful content.