I'm playing around with Google Analytics goals / funnels. I would like to use this to track a checkout process, but the web flow urls are formated in a way that makes this very hard.

Would it be possible to change: http://localhost:8080/checkout/checkout?execution=e1s2

.. into something more like this: http://localhost:8080/checkout/checkout/shipping?execution=e1s2

or any thing else that would make them more trackable with Google Analytics?

link|improve this question

72% accept rate
feedback

1 Answer

up vote 0 down vote accepted

I still don't know whether it's possible to format web flow urls differently, but I found a solution to my problem:

http://www.google.com/support/analytics/bin/answer.py?hl=en_US&answer=55514&utm_id=ad

link|improve this answer
It's funny how answers are coming in when the problem is solved or a workaround is in place :-) It's apparently possible to change the url format by providing a custom flowUrlHandler: n4.nabble.com/… – Kimble Apr 8 '10 at 12:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.