Hi,
Looking for some guidance/suggestions for way to capture 'a count' of how many times an EPiServer 11 hosted PDF file has been download.
Obvious method would be using Google Analytics but I was wondering if anything exsited in EPiServer itself?
Help appreciated thanks
TJ
Maybe an ASP.NET solution to this is required rather than a Episerver one?
How about a httphandler or a global filter to work out if the request is a mime pdf type and then persist the count to a database?
Hi,
Looking for some guidance/suggestions for way to capture 'a count' of how many times an EPiServer 11 hosted PDF file has been download.
Obvious method would be using Google Analytics but I was wondering if anything exsited in EPiServer itself?
Help appreciated thanks
TJ