Does anyone have Google Analytics Goals working correctly?
When I just put orderconfirmation.aspx with no funnel pages, Google tracks it correctly and shows that I've got completed goals.
When I put in funnel pages of:
checkoutshipping
checkoutpayment
checkoutreveiw
Google tracks the orders just fine until the final goal page. It has no sessions being converted into the goal. What it does say is that most of the orders are going to orderconfirmation.aspx?ordernumber=XXXXX&paymentme thod=CREDIT+CARD
Since the goal URL will be dynamic each time? what should be the correct Goal URL?
ordernumber=&paymentmethod=CREDIT+CARD ??? (we only accept CC so that should always be constant)