April 23, 2020
Estimated Post Reading Time ~

AEM What is the average number of page activations per day

Solution:
To see the total number of page activations since server installation uses a repository query; via CRXDE - Tools - Query:
  • Type XPath
  • Path /
  • Query //element(*, cq:AuditEvent)[@cq:type='Activate']
or Same results can be achieved with Query Builder API


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.