RB2B users can fine-tune the pages on which they wish RB2B to identify visitors using our URL restrictions feature.
How URL Stubs Work for Matching
When defining URL stubs to include or exclude pages, the behavior depends on the length of the stub:
URL stubs longer than 3 characters are treated as "includes." This means that any page whose URL contains the specified stub will be considered a match.
Example: Using/blog
as a stub will match/blog
,/blog/article-title
,/blog/category/tech
, etc.URL stubs with 3 characters or fewer are treated as exact matches. In this case, the system looks for URLs that match the stub exactly, with no partial matching.
Example: Using/
will only match the homepage (/
) and not other paths like/home
or/about
.
This distinction allows for precise or broad targeting of pages based on your goals. Use shorter stubs for pinpoint accuracy and longer ones for more inclusive matching.
Setting Up URL Restrictions
There are two methods available:
Method 1: "RB2B will trigger on all pages, except the URLs listed below"
The "RB2B will trigger on all pages, except the URLs listed below" setting will enable RB2B to run on all pages on which it is installed but it will not identify visitors on the defined pages.
To add pages to be ignored, type their relative URL (ex: /careers) and then hit enter to add it to the list. Once happy with your changes, click the "Save" button.
To remove URLs from the list, click the X that appears to the right of the URL then click "Save."
To allow RB2B to run on all pages on which you have installed the script, remove all URLs from the list and click "Save."
ℹ️ Note: URLs on subdomains are entered as relative URLs.
Method 2: "RB2B will only trigger on the URLs listed below"
The "RB2B will only trigger on the URLs listed below" setting will prevent RB2B from identifying visitors on all pages on which it is installed except for those defined.
To add pages that you wish to allow RB2B to run on, type their relative URL (ex: /careers) and then hit enter to add it to the list. Once happy with your changes, click the "Save" button.
To remove URLs from the list, click the X that appears to the right of the URL then click "Save."
This field cannot be left blank.
ℹ️ Note: URLs on subdomains are entered as relative URLs.