Simple Match
This is the default match type. It matches URLs by the domain and the path of the provided value.
Example: http://www.example.com/path/
Note that http://www.example.com/path is different from http://www.example.com/path/. The trailing slash is part of the path in an URL. The reason is that both paths (with and without a slash) can lead to different pages.
Updated about 7 years ago
What’s Next