Google Analytics offers three different match types for URL Destination Goals. You will be able to determine which one to use based on how your site was built:
- Exact Match: An exact match is a match on every exact character in your URL without exception from beginning to end. Use this when your URLs for your site are easy to read and do not vary.
For example, if your goal is http://www.domain.com/shopping/thanks.html, enter /shopping/thanks.html as your goal. - Head Match: A head match matches identical characters starting from the beginning of the string up to and including the last character in the string you specify. Use this option when your page URLs are generally unvarying but when they include additional parameters at the end that you want to exclude.
For example, a URL visited by a particular visitor might be http://www.example.com/checkout.cgi?page=1&id=9982251615. In this case, the id varies for every other user. You could still match this page by using http://www.example.com/checkout.cgi?page=1 as the URL and selecting Head Match as your Match Type. - Regular Expression Match: A regular expression uses special characters to enable wildcard and flexible matching. This is useful when the stem, trailing parameters, or both, can vary in the URLs for the same website page.
For example, if a user could be coming from one of many subdomains, and your URLs use session identifiers, you could use a regular expressions to define the constant element of your URL. For example, checkout.cgi\?page=1 will match http://sports.example.com/checkout.cgi?page=1&id=002 as well as http://fishing.example.com/checkout.cgi?page=1&language=fr&id=119