Integrations / Platforms / Magento 2 / Click & Conversion Analytics
Jul. 30, 2019

Click & Conversion Analytics

To analyse how customers are behaving in your Magento installation, it’s possible to make use of our built in Click & Conversion Analytics. In both the autocomplete search and instant search page, it’s possible to track which products are clicked more often, and which queries lead to the highest conversion rate.

This feature is not available on all plans, please refer to the pricing page for more details.

Configuration

The analytics has four settings to configure the conversion analytics.

Enable Click Analytics

This setting determines if the feature is enabled or not. Enabling this feature will only work if your plan has the analytics feature available.

This setting defaults to ‘No’.

DOM selector of a result container on instant search page

This DOM selector is used to determine which elements on your page should be tracked. Please note that the elements selected by this selector must have the data-objectid and data-position attributes.

This setting defaults to .ais-hits--item a.result, .ais-infinite-hits--item a.result.

Conversion Analytics Mode

This setting determines which event should be considered a conversion. It has a few possible values: Disabled, Add to cart and Place Order.

In order to be considered a conversion, the user must have interacted with your search at least once during the session for the product being converted.

Disabled

This is the default value, and will disable the tracking of conversions.

Add to cart

This conversion event will be triggered as soon as a user presses the ‘Add to Cart’ button. This can either be on the search results page, or on the product page.

Place Order

This conversion event will be triggered when a user lands on the Checkout Successful page.

DOM selector of Add to Cart button

This setting determines which selector to use when selecting the button that to be tracked when the Conversion Analytics Mode is set to ‘Add to Cart’. Please note that the elements selected by this selector must have the data-objectid (unique product identifier) attribute.

This setting defaults to .action.primary.tocart.

Did you find this page helpful?