Hi,
I am using office 365\SharePoint online had a small requirement
where users need to get logged while opening document ( i need count how many times user open document) , there is an auditing but office 365 doesn’t support open or download.
How do i achieve with client side scripting via CEWP using javascript or jQuery ?
Can anyone help me out pelase.
Thanks,
Manoj.
Hi Peter,
This is online not an on-premises , yes we can configure audit settings to site collection but for opening and downloading,viewing lists doesn’t work when i check single box.It do works for other stuff like editing,checkin.moving etc..
Thanks,
Manoj.
Hi,
Thanks for the reply – i do configured that before, it works for all except the opening and downloading documents. I tried to check the one box opening and downloading,viewing lists..It didn’t work it displays with error message.Â
 this is an unknow issue in SharePoint Online which doesn’t work.
Thanks,
Manoj.
Tracking and reporting on Document can be done, you have to enable auditing on the library, by using timer job to count the files opened. But this count will be updated if document is accessed via SharePoint site through browser:
- Enable Audit logging (from Central Administration)
- Configure Site collection audit settings (from Site settings)
- View audit log reports (from Site settings)
To get in detailed check this article.
Hope this helps!
May be this will helpful to you.
http://sharepoint.stackexchange.com/questions/139815/logging-people…