How do I produce a report (under reporting) showing me who has logged into the community in a given time frame?
How do I produce a report (under reporting) showing me who has logged into the community in a given time frame?
follow up: Does the default (i.e. home) page once logged in count as a valid content. I figure looking at the unique viewers would give me what I need if so. I understand to be counted as a viewer you need to view at least one content.
There's no report for login activity. If you are on Community v12+, the Auditing feature (Administration > Monitoring > Auditing) might give you what you need. Filter by the "authenticated" action for your time frame, and you can export the data elsewhere to manipulate further.
Can you confirm if the default home page once logged in would count as a valid "content'. I reviewed the definition of content in the guide but not entirely sure.
The page itself would not count as content. Only actual content items like forum thread or blog post have content views tracked.
I see. If forum thread is within the home page, would that count or are you saying a specific question posted in the forum would need to be clicked on to count as a view? Thx
Specifically this happens when either a content's IncrementViewCount, or the generic core_v2_content.IncrementViewCount (or corresponding underlying in-process APIs) methods are called. Out of the box, these are only used when viewing a page that renders that specific content's widget, or in the case of Blog Post List, when the view="detail" is selected.