Releases: at-internet/piano-analytics-js
Releases · at-internet/piano-analytics-js
6.12.0
New
- [browser] Automatic page context refresh added
- [browser] New configuration to manage automatic page context refresh (
enableAutomaticPageRefresh
)
6.11.1
Fixes
- [browser] No more error log when
cookie_creation_date
not available
6.11.0
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
Changes
- Event URL is now sent in property
event_url_full
instead ofpage_url
Fixes
- Privacy rules were not applied properly to content properties in version 6.9.0
6.9.0
New
- Automatically add
https://
tocollectDomain
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
New
- Updated the build with a new generated ES5-compatible file (
/dist/browser/piano-analytics.es5.js
)
6.8.2
Fixes
- Fixed an issue preventing various cookies from being deposited when not using Consent
6.7.1
Fixes
- Changed request's headers sent in hits for browserless
- Added a fallback to send hit requests (using
fetch
api) whensendBeacon
is blocked due to its limitations
6.7.0
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
andpageview_id
are allowed in exempt mode - New methods for Piano cross-product integrations (
setContentProperties
,setContentProperty
,refresh
)
6.6.0
6.6.0
Added or Changed
- Added SmartTag cookie
atuserid
management for Privacyexempt
mode