4.0
4.0.4
- Release date: 19th June 2021
- Release type: Bug fix
- md5sum: f1c6c67dbfc7c69d8c60ddd2901d3c37
- sha256sum: 40e09e08a89389db08c88c93eccc624259beb2fba37af614590a7c3685d01860
Bug fix
- Fixed error 504 on the checkout page that occurs in version 7.10
- Added steps for Checkout Behavior Analysis
4.0.3
- Release date: 15th Feb 2021
- Release type: Bug fix
- md5sum: 9d9b729339df38c4c022ab541d49d6c3
- sha256sum: a1352110696a68117cafb5ccc739c4046d36d0350c99c86aa47237ef51f949db
Improvements
- Improvement in the rendering performance of containers;
Bug fix
- Removal of guzzle library dependency;
- Guarantee the registration of purchase even when the visitor is using an incognito window or any tracking block;
- Removed the need for different modules for compatibility with WHMCS versions.
4.0.2
-
Release date: 24th Dec 2020
-
Release type: Bug fix
-
md5sum: 10641ac835d867aae403c238f209d50f
-
sha256sum: 11eadc9d0add6d70b74f2b45f69df7f34ff90ad6a79caef8fb91fee66e0c9b00
Improvements
- Improved performance of the license verification process;
- Improvement in the rendering performance of containers and datalayers;
Enhancements
- Added button to allow update of license status;
4.0.1
- Release date: 10th Dec 2020
- Release type: Bug fix
Bug fix
- Correction of the cookie error when the visitor is accessing anonymously or the device does not support cookies;
- Temporary deletion of the domain search event that was preventing the domain search from completing in certain circumstances. is being restructured to version 4.1;
Improvements
- Performance improvements;
4.0.0
- Release date: 10/30/2020
Bug Fix
- Remodeling of the purchase event: now all orders are tracked by the purchase event on the backend, no longer depending on user interaction for the event to happen, preventing orders from being tracked by Google Analytics;
- Separation of the noscript tag from the container script for correct rendering within the
body
tag of the page; - Fixed product value in the cart view when it has a price add-on. Before the product was receiving the same value as the addon when it had a zero value "0";
Updates
- New module structure and performance: the entire module was rewritten for a new structure with better performance and compatibility;
- Changed the rendering region of the standard data layers for the footer of the pages;
- The ecommerce / impressions event now has two new values:
- position: display order of the product in the list
- price: price of the product (always the minimum price)
- Standardization and improvements in the rendering of data layers;
- Renamed all custom event variables to avoid conflict with internal container usage names. Event variables should now be called or renamed to:
- event: eventType
- category: eventCategory
- label: eventLabel
- Product configurable options are now treated as a product in the data layer to enable their conversion tracking of any product config;
- New documentation;
- Fully compatible with WHMCS 8;
Enhancements
- New product configuration step: added product impression layer in the product configuration step for configurable options and addons. It will now be possible to track in the reports which product addons and configurable options viewed before completing the product configuration for the shopping cart;
- Tracking code on the invoice page: now the invoice page render the container, making it possible to execute actions and track events when viewing an invoice;
- New event invoiceView: Added new event for viewing invoices. Now the invoice page triggers the
invoiceView
event allowing the creation of actions and goals based on this event; - Domain configuration tracking: the product domain configuration step now tracked with a new event
domainConfigure
; - Domain registration tracking: now the domain registration page visualization of the available TLDs generates the impression of the product in Google Analytics, making it possible to track the domains viewed in the domain registration step with the new event
domainRegister
; - New event Domain Search: a new event to track the domain name search when a customer is registering a new name;
- New event Domain Transfer: a new event to track the domain transfer page request;
Events updated
The following events had their names replaced by more appropriate values and consistent with their action:
Old name | New name |
---|---|
addToCart | cartView |
productDetails | cartDetail |
Variables updated
The following variables have been renamed:
old name | new name |
---|---|
event | eventType |
category | eventCategory |
label | eventLabel |
New variables
For a complete list of the new variables see the variable table configuration.