Hello
we are on Content Server version 10.1.
I have to track how many time is file open for most viewed files. I know that if file is open in CS10 UI, Recd_OperationSummary table keeps track of it where Action = 'doc.fetch'. I have a requirement to build an application that has to download files using ContentServer web service so I need to know:
- Will opening document using web service increase the count in this table with Action='doc.fetch'
- If not is CS10 server tracking how many times file is open using web service, and how can I get that information?
Thanks