Hello,
I have posted a response to your support ticket; however, I would also like to include it here for future reference and for other members:
The default Web Analytics Page views statistics logs the views of the pages as they're defined in the content tree - i.e. it will log the view for the single page that has the wildcard URL or wildcard document alias defined.
You will need to setup a custom analytics statistics, where the code that logs the hit will get the current URL or a value of the wildcard parameter (using
QueryHelper.GetString("parameterName")).
It can be placed in a web part or control, which will be used in the page template, or alternatively in the Master page - you can eventually replace the standard statistics used for Page Views analytics report.
Please see the
comprehensive article