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 6100230 commit fc55e20Copy full SHA for fc55e20
view/frontend/web/insights.js
@@ -61,7 +61,7 @@ requirejs([
61
62
if (algoliaConfig.personalization.enabled) {
63
allWidgetConfiguration.configure.enablePersonalization = true;
64
- allWidgetConfiguration.configure.userToken = algoliaAnalytics.userToken;
+ allWidgetConfiguration.configure.userToken = algoliaAnalytics.getUserToken();
65
}
66
67
return allWidgetConfiguration;
0 commit comments