Get Number of site visitors per week in SharePoint 2019 - sharepoint

I have a SharePoint site collection and I want to show the number of Visitors in a week on Home page. Anyone can please suggest me to do this task. I want to show the number of user visited to my site in the current week.
I will pass the parameter as a current week like Week 1 or week 2.
Expected Result: Week 1- Number of visitors to the site : 20.
Week 2- Number of visitors to the site : 40.
Please suggest if is there any REST API for it ?
SharePoint Version : SharePoint 2019.

I do not know if there is any rest api to get visitors for site/sitecollection. But you can develop spfx extension, and each time somebody opens the page it can increment value based on some logic. Disadvantage is that the list with information must be accessible for all users to write. Something like telemetry ...

Related

How to add auto-notification and reporting functionality to a SharePoint List?

I have recently created a list on our team's SharePoint site for tracking the list of action items for the team on a real-time basis and subsequently working to connect it with Excel for report generation. I wanted to add a few more functionalities but, am unable to understand how to go about it. The list of functionalities is as shared below -
Send auto-notification to assigned people in the action item list for all items overdue on a weekly basis.
Send auto-notification to assigned people in the action item list once the deadline for closure (as indicated in the list) is within 15 calendar days on a weekly basis.
Send a auto-summary report to the designated team managers on a weekly basis indicating the list of items overdue and pending for closure in next 7 calendar days.
Any help and guidance on how to add these functionalities to our existing SharePoint list will be highly appreciated.
Thanks in advance.
Note: I am not a SharePoint Developer but, have interest in the topic. I do not have any coding experience. I have been trying to experiment with the tool to reduce some of our mundane activities and hence, wanted to check with the experts if the above functionalities are actually possible.
For these functionalities, I would suggest you build scheduled flow to send notifications evety week.

SharePoint 2007 Site usage report has random user who has never accessed site

I was hoping someone could shed some light on a current issue I'm facing. A user is concerned because they have looked at the Site Usage Report for their SharePoint 2007 team-site and seen an other user in the 'Top Users for past 30 days' list. This other user doesn't and has never had access to the site.
Anyone experienced something similar? I know SP2007 site usage reports are a bit flaky, but is there an explanation?
We have faced this kind of scenario in our SharePoint 2007 environment. One of the users did not have permission to access the SharePoint site. Whenever he tried to access the specific site, SharePoint will automatically redirect the user to AccessDenied.aspx page. In this case, SharePoint considers the redirected error page in his visit count and also included in the total hits count.
This could be a reason for the site visit counts for the specific user. The following link may help you to trace the user activities in Site Usage Report in SharePoint site.
https://social.technet.microsoft.com/wiki/contents/articles/20512.usage-reporting-in-sharepoint-wss-v3-and-moss.aspx

How to find most visited pages in site collection using sharepoint 2010

I want to find 3 top most viewed pages in the entire site collection and display their page titles. Using Web analytics webpart, I got top most 10 pages URL. But i want the page title and the not URL. Is there anyway to do that?
Regards,
Raji
This post(http://auditlogsp.codeplex.com/) can give you a reference. The solution can help us to log the source of SharePoint events , actually include the 'Viewing' action.You can store those information at an isolated database for analyzing the “top” reports.

How to make SharePoint display computer status and calendar?

I want to add to my SharePoint site something like a Web Part that will ping a computer
and say if this computer is online - how can I do this?
Another question is how can I connect two SharePoint calendars: if someone update one of them the other will update too?
Thanks.
For the second question, you can create a workflow in sharepoint designer to add a new calendar item in the second calendar every time the first calendar has a new item.

Sharepoint WebParts

I just finished my first web Part for Sharepoint WSS 3.0 and I'm very excited.
What it does is that just makes a connection to the TFS (team foundation) to get the OPEN and FIXED bugs by Sprint (We actually use SCRUM agile Process). Then takes both values (open & fixed) and puts them in a sharepoint list. A chart is fed with that list (using codeplex's web parts).
In the other side the web part retrieves information about the current team names from the Project Server, it follows the same procedure but it just feeds a Sharepoint list.
Any recommendations on performance or anything else would be much appreciated.
PD. i will set this as a community wiki 'cause there is no correct or wrong answer, just waiting for your feedback =D.
I'm a bit confused... Your webpart populates the list with values from TFS?
If you use a webpart, the list is populated only when someone visits the page and EVERYTIME someone visits the page.
Wouldn't you want to populate your SharePoint list using a console application or a SharePoint timer job that runs every so often?
To go a step further. Use federated search. In SharePoint (MOSS) you can specify locations (content sources) for the search service to index. This data will then be queryable in your sites. Using either custom scopes / customized search queries you can retieve data and then filter / display it on your sites.

Resources