This documentation is for the Product Recommendations Early Access Program. If you would like to participate, E-mail us!

Verifying Recommendations

After you install and configure the product recommendations module, you can verify that the behavioral data is being sent to Magento. You can use developer tools available in Chrome or you can install the Snowplow Chrome extension.

Verify using developer tools in Chrome

To ensure that the DataServices.js file is loading on all site pages:

  1. In Chrome, choose Customize and control Google Chrome then select More Tools > Developer Tools.
  2. Choose the Network tab then select the JS type.
  3. Filter for ds.
  4. Reload page.
  5. You should see ds.js or ds.min.js.

To ensure events are firing on pages across your site (home, product, checkout, and so on):

  1. In Chrome, choose Customize and control Google Chrome then select More Tools > Developer Tools.
  2. Choose the Network tab then select the XHR type.
  3. Filter for tp2.
  4. Reload page.
  5. You should see calls under tp2 name.

Verify using Snowplow Chrome extension

  1. Make sure you disable any ad blockers on your browser.

  2. Install the Snowplow Analytics Debugger extension for Chrome. This extension displays the events being collected and sent to Magento.

  3. In Chrome, choose Customize and control Google Chrome then select More Tools > Developer Tools.

  4. Choose the Snowplow Analytics Debugger tab.

  5. Under the Event column, select Structured Event.

  6. Scroll down to storefront-instance context and verify that the SaaS Environment ID, Instance ID, and Environment value are set correctly.

If you run into any problems verifying that the events are collected and sent to Magento, E-mail us.