The sample rule shown in the image below to identify each rule component and its correct example:
- Rule Type → Current URL
- Operator → Contains
- Value → /shop-all


Let's do a quick example to tie these concepts together.
URL Rule Example
Let's say you have a customer facing website called Klaw. The URL of the site is https://klawsign.com/app/
You want to have a ShoutOut with an important message automatically appear when a user gets to the Setting Page. You can use the Condition Builder for this!
Examine the URL Behavior
When you navigate to the Settings page, you notice that the URL now includes the word "settings" at the end. You'll use that in rule!

Create Rule
You will tell WalkMe to look for the URL to contain the word "settings." You can focus on the most unique portion of the URL and exclude everything else.
So my rule statement would look like this: Current URL → contains → /settings.
* Contains is the most common URL Rule option. It is typically used for the vast majority of Current URL rules.

Summary
Current URL rules are the most common and simplest rules to implement. You recommend always checking to see if you are able to use a URL rule first and then exploring other options from there as needed. These rules are easy for WalkMe to evaluate.
*If your site is a Single Page Application (SPA), URL rules will not be as relevant. This is because the URL often does not change, and the page does not refresh often.






