Skip to content

Releases: ingestly/ingestly-client-javascript

Ingestly Client JS v1.0.4

14 Oct 13:29
32dab63
Compare
Choose a tag to compare
  • Updated a logic for cookieRead()
  • Switched the package manager from yarn to npm
  • Updated modules under devDependencies

Ingestly Client JS v1.0.3

21 Jul 18:27
8b228a7
Compare
Choose a tag to compare

Removed the user-agent based device info processing from the SDK. These information is now set by the Endpoint side.

Ingestly Client JS v1.0.2

15 Jul 14:48
df6bb29
Compare
Choose a tag to compare

A minor update.

  • Wrapped Fetch and xhr call with try~catch

Ingestly Client JS v1.0.1

26 Feb 12:57
2d477a3
Compare
Choose a tag to compare

This is a minor update.

  • Improved a format of click_path value. (this is a breaking change)
  • Excluded input tag from the list of observation target for click tracking.

Ingestly Client JS v1.0.0

12 Apr 13:01
6e767bf
Compare
Choose a tag to compare

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.

Ingestly Client JS v0.6.6

06 Mar 16:33
571c387
Compare
Choose a tag to compare
  • Added a session ID support (Cookie based)
  • Fixed an issue in a method for reading cookies.
  • Minor improvements.

Ingestly Client JS v0.6.5

29 Feb 14:25
260a768
Compare
Choose a tag to compare
  • fixed a minor bug in RUM feature. (no impact to the tracking accuracy)

Ingestly Client JS v0.6.4

26 Feb 16:09
7f91edc
Compare
Choose a tag to compare
  • Added a capability to handle a session cookie for the session based analysis.
  • A recurring event (rAF based) is now able to be disabled by setting 0 for eventFrequency setting.
  • trackClicks() is now able to measure clicks even data-trackable is not set.

Ingestly Client JS v0.6.3

16 Jan 12:40
2ff1129
Compare
Choose a tag to compare
  • Auto-track methods such as trackRead, trackScroll, trackMedia, etc.. support a custom context.

Ingestly Client JS v0.6.2

08 Oct 12:02
40b984a
Compare
Choose a tag to compare
  • Added Form Analysis
  • Minor improvements