I'm looking for a way to report on downloads by internal DAM users, NOT downloads by web users hitting our published sites.
Under an Asset's Timeline you can see each user's downloads with the date/time (screenshot below). There may be 0 or, potentially, hundreds of downloads listed here.
Is there a jcr reference for exporting/reporting this data?
Is there a way to configure a transaction log of all downloads?
Here's AEM 6.5 documentation about Activity Stream log location, etc.
Solved! Go to Solution.
Views
Replies
Total Likes
Got it.
As far as I know, the OOTB Asset download report doesn't support it.
Also, there is no native have to automatically log or export detailed download information from JCR.
This use case might require some custom implementation.
I found this guide about creating asset reports which might help your use case.
Thanks, but the Assets Download report lists each asset once with a "download count".
I need to know, for each of those downloads, who downloaded it, date & time of download, path, and UUID (since path may change, I need to know the location each download was from, and the UUIDs so I can aggregate all downloads of a distinct asset).
For each UUID there may be multiple downloads, thus there would be multiple entries.
Got it.
As far as I know, the OOTB Asset download report doesn't support it.
Also, there is no native have to automatically log or export detailed download information from JCR.
This use case might require some custom implementation.
Hi @RoyWalter ,
I would like to highlight that this is indeed a supported feature on AEM as a Cloud Service, where we have the ability to get
Title | Path | MIME Type | Size | Author | Creation Date | Modified Date | Expired | Download Id | Downloaded By | Downloaded By User Name | Download Date |
for every successive download request of the same asset, this is different on AEM 6.5 where you have download count in Asset > Reports > Download
Views
Likes
Replies
Views
Likes
Replies