Grails web flow: Possible to include the state name in the url?
        Posted  
        
            by Kimble
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kimble
        
        
        
        Published on 2010-03-27T00:32:57Z
        Indexed on 
            2010/04/06
            13:13 UTC
        
        
        Read the original article
        Hit count: 318
        
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?
© Stack Overflow or respective owner