Hello!
Is there a possibility to set alias for different URLs within one domain? I suppose the feature has been already implemented, but I have not found any example of its usage.
Let me explain my problem
Visitors on my website visit URLs like
http://eknihy/search/item.jsp?pid=d48b07b0-e38d-11e0-b1d1-001e4ff27ac1&pid_path=d48b07b0-e38d-11e0-b1d1-001e4ff27ac1&path=monograph&format=&q=&fq=document_type:"monograph"
http://eknihy/search/item.jsp?pid=c31ff4f7-e38d-11e0-b481-001e4ff27ac1&pid_path=c31ff4f7-e38d-11e0-b481-001e4ff27ac1&path=monograph&format=&q=&fq=document_type:"monograph"
…
These URLs are very long and does not say a word about content. The title of appropriate web pages does not carry content information either. Thats’s way I cannot use piwikTracker.setDocumentTitle(document.title);
All I want to do is set URL aliases
Book1=/search/item.jsp?pid=d48b07b0-e38d-11e0-b1d1-001e4ff27ac1&pid_path=d48b07b0-e38d-11e0-b1d1-001e4ff27ac1&path=monograph&format=&q=&fq=document_type:%22monograph%22
Book2=/search/item.jsp?pid=c31ff4f7-e38d-11e0-b481-001e4ff27ac1&pid_path=c31ff4f7-e38d-11e0-b481-001e4ff27ac1&path=monograph&format=&q=&fq=document_type:%22monograph%22
and then see number of visits of pages “Book1”, “Book2”, etc.
FAQ contains question “How do I control the categories tree structure in the Page URLs and Page titles reports?” It may be the answer to my question, but unfortunately I did not find well-documented example to show me how to do.
Any help will be appreciated.
Leos