Is there a way to track hits to a page alias? We would like to how how often users are using them. Or if there another way implement short URLs and track them. Thanks!
Are you using google analytics? Then you can get all your aliases from select * from CMS_DocumentAlias and use Google Analytics API to get page view information for specific URLs.
select * from CMS_DocumentAlias
Please, sign in to be able to submit a new answer.