Standard Reports in AEM 6.1 | Community
Skip to main content
New Participant
October 16, 2015
Solved

Standard Reports in AEM 6.1

  • October 16, 2015
  • 4 replies
  • 2585 views

Hi, 

I need to implement some reporting functionalities (or enhance already existing standard reports in AEM). I am looking at this Adobe document on developing reports - https://docs.adobe.com/docs/en/aem/6-1/develop/operations/dev-reports.html -  and I was wondering two things:

1. Where is the "User Generated Content Report" mentioned at the top of the page? It is the only one missing under http://localhost:4502/miscadmin#/etc/reports

2. Can any of these reports be accessed or made available via the Touch UI?

Any help is greatly appreciated :)

Thanks, Alex

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JK_Kendall

It wasUGC for the AEM 5.6.1 and earlier collab components and became obsolete.

Handling of UGC underwent a change and is now stored in a common store, accessed by the Social Resource Provider (SRP) in AEM 6.1.   

The mention of UGC Reports is a "bug" and has been removed from the doc page (thank you).

- JK

4 replies

smacdonald2008
New Participant
October 16, 2015

You are correct - in 6.1 - this is not there - see:

[img]Reports.png[/img]

Also - this functionality is only available from the Classic UI. Not all functionality have been ported to Touch UI. 

alexandrad27705
New Participant
October 16, 2015

Thanks Scott. 

Any specific reason why this was removed?

JK_Kendall
JK_KendallAccepted solution
New Participant
October 16, 2015

It wasUGC for the AEM 5.6.1 and earlier collab components and became obsolete.

Handling of UGC underwent a change and is now stored in a common store, accessed by the Social Resource Provider (SRP) in AEM 6.1.   

The mention of UGC Reports is a "bug" and has been removed from the doc page (thank you).

- JK

doeringaAuthor
New Participant
October 16, 2015

Thanks!