reports.xml 903 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Analytics:etc/reports.xsd">
  9. <report name="reviews" connection="default">
  10. <source name="review">
  11. <attribute name="review_id"/>
  12. <attribute name="created_at"/>
  13. <attribute name="entity_pk_value"/>
  14. </source>
  15. </report>
  16. <report name="rating_option_votes" connection="default">
  17. <source name="rating_option_vote_aggregated">
  18. <attribute name="primary_id"/>
  19. <attribute name="entity_pk_value"/>
  20. <attribute name="store_id"/>
  21. <attribute name="rating_id"/>
  22. <attribute name="percent_approved"/>
  23. </source>
  24. </report>
  25. </config>