Skip to content

Commit

Permalink
chore: update README about cookie/userToken behaviour (#523)
Browse files Browse the repository at this point in the history
Events are sent again by default even without setting a userToken nor
using the cookie, since #441.
  • Loading branch information
sbellone authored Dec 4, 2023
1 parent 4a88391 commit f6b6288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Search Insights lets you report click, conversion and view metrics using the [Al

### Cookie usage

v2 introduces a breaking change which is `useCookie` being `false` by default. If it's `false`, `search-insights` doesn't generate anonymous userToken. It means no event will be sent until `setUserToken` is explicitly called.
v2 introduces a breaking change which is `useCookie` being `false` by default.

### Payload validation

Expand Down

0 comments on commit f6b6288

Please sign in to comment.