Skip to content

Releases: at-internet/piano-analytics-js

6.12.0

05 Oct 13:55
Compare
Choose a tag to compare

New

  • [browser] Automatic page context refresh added
  • [browser] New configuration to manage automatic page context refresh (enableAutomaticPageRefresh)

6.11.1

18 Sep 09:28
Compare
Choose a tag to compare

Fixes

  • [browser] No more error log when cookie_creation_date not available

6.11.0

14 Sep 09:25
Compare
Choose a tag to compare

New

  • [browser] New property cookie_creation_date (date of the visitor cookie creation)
  • [browser] New configuration globalVarName to change default global instance variable name (pa by default)

Fixes

  • [browser] Improved potential conflict for queuing variable (_paq by default)

6.10.0

25 May 09:10
Compare
Choose a tag to compare

Changes

  • Event URL is now sent in property event_url_full instead of page_url

Fixes

  • Privacy rules were not applied properly to content properties in version 6.9.0

6.9.0

10 May 13:54
Compare
Choose a tag to compare

New

  • Automatically add https:// to collectDomain configuration without protocol
  • New configuration allowHighEntropyClientHints to allow retrieving high entropy Client Hints (true by default)
  • New configuration sendEmptyProperties to allow sending properties with empty value

Changes

  • Now decode campaign values retrieved from querystring
  • Now decode UTM values retrieved from querystring
  • Change priority of content properties set from tagging over the ones automatically retrieved from page's meta tags
  • Consent: Allow page_url in essential mode

Fixes

  • Fix ES5 build

6.8.3

03 Apr 14:33
Compare
Choose a tag to compare

New

  • Updated the build with a new generated ES5-compatible file (/dist/browser/piano-analytics.es5.js)

6.8.2

27 Jan 14:47
Compare
Choose a tag to compare

Fixes

  • Fixed an issue preventing various cookies from being deposited when not using Consent

6.7.1

18 Jan 14:02
Compare
Choose a tag to compare

Fixes

  • Changed request's headers sent in hits for browserless
  • Added a fallback to send hit requests (using fetch api) when sendBeacon is blocked due to its limitations

6.7.0

17 Nov 14:51
Compare
Choose a tag to compare

Fixes

  • Handle queueVarName conflict (no more crash, console log)
  • Correctly retrieve encoded cookies, even if the configuration is not enabled

Changes

  • Allow boolean value for addEventUrl configuration
  • Remove anchor in page_url retrieved
  • Automatically generated visitor IDs are now 16 characters long (no more GUID)
  • Visitor ID must be 16 or 36 characters long
  • Visitor id is now stored in _pcid cookie
  • Empty values for configurations are now ignored

New

  • New cookie _pctx created to store contextual data
  • Automatically retrieve HTML page title into property page_title_html
  • New contextual properties added (has_access, pageview_id)
  • Properties page_title_html and pageview_id are allowed in exempt mode
  • New methods for Piano cross-product integrations (setContentProperties, setContentProperty, refresh)

6.6.0

05 Oct 08:26
Compare
Choose a tag to compare

6.6.0

Added or Changed

  • Added SmartTag cookie atuserid management for Privacy exempt mode