Hi,
We have some page URLs that has some analytic params that needs to be capture from Omniture javascript. If we are having the param in URL the page is not cached as expected. So i want to ignore the URL param in dispatcher and serve the content from cache and have the query params in the URL to be taken care by analytics code.
As I read in http://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_config.html , i can use ignore url param in dispatcher.
I applied those changes but it is not working for me.
Some doc : http://helpx.adobe.com/adobe-cq/kb/troubleshooting-dispatcher-flushing-issues.html
Please advice.
Thanks