config.xml 1.1 KB

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_Store:etc/config.xsd">
  9. <default>
  10. <analytics>
  11. <url>
  12. <signup>https://advancedreporting.rjmetrics.com/signup</signup>
  13. <update>https://advancedreporting.rjmetrics.com/update</update>
  14. <bi_essentials>https://dashboard.rjmetrics.com/v2/magento/signup</bi_essentials>
  15. <otp>https://advancedreporting.rjmetrics.com/otp</otp>
  16. <report>https://advancedreporting.rjmetrics.com/report</report>
  17. <notify_data_changed>https://advancedreporting.rjmetrics.com/report</notify_data_changed>
  18. </url>
  19. <integration_name>Magento Analytics user</integration_name>
  20. <general>
  21. <collection_time>02,00,00</collection_time>
  22. </general>
  23. </analytics>
  24. </default>
  25. </config>