ranadyutis95334
17-11-2020
Hello I need a report of dam assets group by there tag name. I should be able to filter the assets by tag name. Please assist.
Bhuwan_B
Please check if this can help
http://localhost:4502/bin/wcm/contentfinder/asset/view.json/content/dam
https://medium.com/@chintalapudi4/generating-aem-tag-references-report-7d1ad771a74d
BrianKasingli
MVP
20-11-2020
@ranadyutis95334,
If you want to get a list of assets with a specific tag, you can try using the query builder,http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&query=type%3Ddam%3AAsse...
The code below finds all dam:Assets with a specific tagged:
type=dam:Assets path=/content/dam/ tagsearch=AEM_TAG_HERE
vanegi
Employee
18-11-2020
There is an OOTB asset view servlet http://localhost:4502/bin/wcm/contentfinder/asset/view.json/content/dam/
This gives a list of all assets along with some metadata information. See this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-generate-asset-report-...
Suraj_Kamdi
@ranadyutis95334
I know there is some limitation for the AEM OOTB assets reports generator but you can use the ACS commons report generator tool by specifying queries as per your requirement.
https://adobe-consulting-services.github.io/acs-aem-commons/features/report-builder/index.html