- Fixed an error where Google client id and GA session id would get mixed up.
- Added the
sessionDuration
setting that can be changed via config.php. - Added the
instantanalytics.beginCheckout(cart)
action. - Added the
sendUserId
setting that can be changed via config.php - Added the
iaInsertGtag
template hook.
addCommerceProductImpression()
no longer supports list index and list name. (#6)- Instant Analytics GA4 now supports sending user id for logged in users automatically.
- Fixed an issue where other plugin status was checked too early.
- It is now possible to select Entry fields for Commerce Product Category and Brand fields. (#2)
- Added
addCommerceProductDetailView()
as a deprecated method. (#6)
- No longer automatic send page views for requests that are AJAX (XHR's) (#3)
- Fixed a bug where sending a product view impression for a product might trigger an error.
- Fixed a PHP error when sending a product impression event for a Variant.
- ClientId is now always generated, if missing and the setting
requireGaCookieClientId
has been removed.
- Initial beta release