activitylog - Is there a way to figure out how often a SharePoint user clicked on a SiteCollection? -


i'd know if there way figure out how sharepoint (2013) user clicked on sitecollection or web. there specific service capable of logging or there log in database anyway? idea display result graph. example:

(user a)-[40 clicks]->(sitecollection x)<-[60 clicks]-(user b)

read analytics in sharepoint

https://technet.microsoft.com/en-us/library/jj219554.aspx

but, if report important recommend using google analytics (which free of course) track data self.

you can create own account, , send event each time user enters site or web.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -