You should use Form Analytics when you want deeper insights into how users engage with forms on your website.
Common scenarios include:
Option | Description | Example |
Simple URL Match | Tracks form interactions when visitors land on the exact page URL you enter. This is commonly used for pages with static URLs that do not change. | |
Exact URL Match | Tracks the page only when the visited URL exactly matches the specified page URL. This ensures accurate tracking when similar URLs exist within the website. | |
URL Pattern Matches With | Tracks pages that follow a shared URL pattern. This option is useful when the same form appears across multiple pages within a section of the website. | |
URL Regex Matches With | Uses regular expressions (regex) to match dynamic or complex URLs. This option is useful when URLs include variable values such as product IDs or session identifiers. | Regex: /product/[0-9]+ Matches URLs like:https://zylkerautomation.zohoecommerce.com/product/101https://zylkerautomation.zohoecommerce.com/product/202 |
URL Contains | Tracks pages where the URL contains a specific keyword or phrase. This is useful when multiple pages share a common term in the URL. | Condition: URL contains /collections Tracks pages such as:https://zylkerautomation.zohoecommerce.com/collections/shoes |
URL Starts With | Tracks pages whose URLs begin with the specified text. This helps track an entire section of the website that shares the same base path. | |
URL Ends With | Tracks pages whose URLs end with a specific word or phrase. This option is commonly used to track confirmation or success pages after a form submission. | https://zylkerautomation.zohoecommerce.com/checkout/thankyou |
URL Within Page Group | Tracks pages that belong to a predefined page group configured in the project. Page groups allow multiple related pages to be grouped together and tracked collectively. | https://zylkerautomation.zohoecommerce.com/products/robot-vacuumhttps://zylkerautomation.zohoecommerce.com/products/smart-speaker |
<form> tag