Expand my Community achievements bar.

Scheduling DAM Reports

Avatar

Level 2

Hi, is there a feature or an API that AEM provides OOTB, to run an asset report on a daily basis and upload the generated CSV file to an SFTP location? We know that reports can be generated here - /mnt/overlay/dam/gui/content/reports/reportlist.html, But can they be scheduled similar to what analytics already has https://experienceleague.adobe.com/docs/analytics/analyze/reports-analytics/scheduling.html?lang=en

4 Replies

Avatar

Level 3

@harishred : I have a similar requirement. If you are able to figure this out, can you provide some inputs on what you have done to achieve this functionality?

Avatar

Level 2

nope, we ended up writing our own customization 

Avatar

Level 3

@harishred Thank you. Do you mind explaining what customization you have done for this issue?

Avatar

Level 2

We ended up customizing the DAM update workflow which writes to a file which contains assets updates/creates and deletes. Then we have a script on the server which handles the rest