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.
2 parents 4a90be6 + e0d4ae6 commit 4dc4fcbCopy full SHA for 4dc4fcb
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