Grails web flow: Possible to include the state name in the url?
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开发者_Python百科 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?
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
精彩评论