Skip to content

Ingestly Client JS v1.0.0

Compare
Choose a tag to compare
@hjmsano hjmsano released this 12 Apr 13:01
· 40 commits to master since this release
6e767bf

Bump up a measure version to 1. This update contains two big changes below.

Changes

ID handling

  • Removed all code related to writing values to localStorage and Cookie. Now, this SDK does not write anything to browser's local storage.
  • Reduced IDs sent to the endpoint. Now, the endpoint recognize rootID and use it for Ingestly ID and Session ID if necessary.

Consent Management and Cookie opt-out

  • Added setConsent() method to store the acceptance status of data utilization. (a consent information is stored in Cookie but it will be set by the endpoint.)
  • setConsent() is also able to delete ingestlyId and ingestlySes Cookies if a user does not accept to use Cookies.
  • useCookie option is added for config() method. This option switch the default of Cookie use.

How to update

  1. First of all, update your Ingestly endpoint to v1.0.0.
  2. Add useCookie option to config(). (if you use SDK v1.0.0 without useCookie=true, the endpoint will not set any Cookies.