(reposting it here since it does not seem to be a current feature of woopra)
Hi
For most of our URLs we use IDs in the query string.
example : http://www.example.com/product?id=2
All urls in the Visitor Navigation path are stripped of these. = pretty much no use to us whatsoever (or any website outthere using dynamic generated content, unless they use url rewrites).
At the moment a live view Visitor Navigation path pretty much looks like this :
/product.asp
/product.asp
/product.asp
/product.asp
...
When really it should have been :
/product?id=3
/product?id=4
/product?id=5
/product?id=6
ALL urls in the navigation path is stripped of query string parameters, which is just mind boggling silly.
Regards,
Soeren
not a support question