コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

User Activity Report

Avatar

Level 1

I would really like to be able to run a report that will tell me when my users log in and how often they log in. If I could also know what they did (edit, upload asset, publish) that would be awesome. This seems like a report that would be fairly standard for user management. I want to reduce the number of users and knowing this data would be a huge help in determining who should stay.

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Level 5
2 返信

Avatar

正解者
Level 5

Avatar

Level 3

I used the information based on the following blog to create a ACS AEM report to generate this type of report. After adding the profile/lastloggedin property, here's the query that I use in the configuration:

SELECT * FROM [rep:User] AS user WHERE ISDESCENDANTNODE([/home/users/]) AND [profile/familyName] is not null AND [profile/givenName] is not null AND [profile/email] is not null ORDER BY {{order}} 

https://www.albinsblog.com/2020/09/adobe-experience-manager-reporting-on-users-last-login-date.html#...

 

flow-chart.png