We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e57751 commit 8dee550Copy full SHA for 8dee550
view/frontend/web/insights.js
@@ -79,7 +79,7 @@ define(
79
allWidgetConfiguration.configure.clickAnalytics = true;
80
}
81
82
- if (algoliaConfig.personalization.enabled) {
+ if (algoliaConfig.ccAnalytics.enabled || algoliaConfig.personalization.enabled) {
83
allWidgetConfiguration.configure.enablePersonalization = true;
84
allWidgetConfiguration.configure.userToken = algoliaAnalytics.getUserToken();
85
0 commit comments