reports.xml 591 B

1234567891011121314151617
  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="customers" connection="default">
  10. <source name="customer_entity">
  11. <attribute name="entity_id"/>
  12. <attribute name="created_at"/>
  13. <attribute name="email" function="sha1"/>
  14. <attribute name="store_id"/>
  15. </source>
  16. </report>
  17. </config>