Match Type | Description | Example |
Simple Match | Tracks a specific page while ignoring minor URL variations such as trailing slashes. | |
Exact Match | Tracks the goal only when the URL exactly matches the entered value. | |
Pattern Matches With | Tracks pages that follow a specific URL pattern structure. | |
Regex Matches With | Tracks dynamic URLs using regular expression rules. | |
URL Contains | Tracks pages where the URL contains a specific keyword or value. | /pricing |
URL Starts With | Tracks pages where the URL begins with a specific value. | |
URL Ends With | Tracks pages where the URL ends with a specific value. | /thank-you |
Page Group | Tracks pages that are grouped under a previously created URL group. | Product Pages Group |