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 c69a54a commit 5e29ec5Copy full SHA for 5e29ec5
README.md
@@ -343,8 +343,8 @@ Set stats session ID if user token is generated by your site.
343
client.setStatsSessionId(userToken);
344
```
345
346
-If session ID is not set, a UUID is generated and stored in AddSearch's cookie. Cookie's name: addsearchUserToken
347
-Specify how many dates user token stay in cookie. Default is 180 dates.
+If session is not set, a UUID is generated and stored in a cookie named 'addsearchUserToken`.
+Specify the expiration date of the cookie. Default is 180.
348
```js
349
// Defaults - isEnabled: false, expirationDates: 180
350
client.enablePersonalizationTracking(isEnabled, expirationDates);
0 commit comments