I am trying to set up goals for a ecommerce website i am launching. I had already set it up for the forms on my site since all I had to do was enter /page-name.html in the URL field. But I am getting lost here since there is dynamic information in the URLs. Here is the steps in the process: 1. Product page 2. Calendar page - http://www.sitename.com/cart/add?product=53&step=pickDate --product # changes depending on which product page you are coming from 3. Add tickets page - http://www.sitename.com/cart/add?product=53&step=pickTickets&date=2010-02-19 --it shows the same product # as the previous page --date changes depending on which date you selected on the previous page 4. Cart page - http://www.sitename.com/cart/view 5. Checkout page (behind ssl) - https://www.sitename.com/checkout/ 6. Order Confirmation page (behind ssl) - https://www.sitename.com/checkout/confirmation/8766/4b6c47ea03773 --the first number is the order # --the second number is a transaction code # Any help would be appreciated.