reports.xml 872 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="wishlists" connection="default">
  10. <source name="wishlist">
  11. <attribute name="wishlist_id"/>
  12. <attribute name="customer_id"/>
  13. </source>
  14. </report>
  15. <report name="wishlist_items" connection="default">
  16. <source name="wishlist_item">
  17. <attribute name="wishlist_item_id"/>
  18. <attribute name="added_at"/>
  19. <attribute name="qty"/>
  20. <attribute name="store_id"/>
  21. <attribute name="wishlist_id"/>
  22. <attribute name="product_id"/>
  23. </source>
  24. </report>
  25. </config>