Skip to main content

Week 51 2024

· One min read
Carl Grundberg
CTO

New features

  • New setting for controlling when to track page views (never, page load, every url change (default))
  • New setting for tracking outbound links (default on)

Improvements and bug fixes

  • Removed sample limit from heatmaps and session recordings. Our licenses restricts by daily limit instead.
  • Added last sample relative time to HSR dashboard and lists.
  • Always load Matomo if license have Analytics or HSR included.

Week 6 2024

· One min read
Carl Grundberg
CTO

Features

  • Broken link checker (super user only for now)

Design update

  • Rounded corners
  • Replaced Google font Nunito with self hosted font Bariol
  • Redesigned menus and navigation, third level is a vertical sidebar to the left
  • Results is part of data source section
  • Updated dashboard for data source
  • New sections for each product
  • Replaced analytics menu from Matomo to our own
  • Updated UI for heatmaps and session recordings

Improvements and bug fixes

  • Matomo 5.0.2
  • Remember last location for third level menu

Week 7 2024

· One min read
Carl Grundberg
CTO

Improvements and bug fixes

  • Survey section remembers displayed survey and report selected
  • Improved performance and layout of categorize comments tool
  • Created a new slack channel for license alerts
  • Fixed session recordings segmentation in Matomo
  • Fixed compare dates in Matomo
  • Fixed script possible to crash (restarts but cache did not route to new container) if prisma connection generated error
  • Reduced script bundle size by not importing all prisma types
  • Added missing license limits to module based licenses
  • Implemented yearly limit for CX survey responses

Week 9 2024

· One min read
Carl Grundberg
CTO
Shikha Gupta
Developer

Improvements and bug fixes

  • Fixed bug in survey translations when using rules in blocks
  • Fixed bug for default container for targeted survey
  • It was not possible to edit container for targeted survey since CX update
  • Fixed max number of selected answers in multiple choice questions
  • Dont send partial survey response if question is not answered correctly
  • Tag comments was incorrectly disabled for some customers
  • Cookieless tracking could be selected even if it was not included in license
  • Updated matomo plugins (segmentation and event count works for sessions recordings now)
  • Ordered Datasources and easier to see if you don't have access or a license
  • Added a Buy license button on the Datasource card for users who has no license

Week 11 2023

· One min read
Carl Grundberg
CTO
  • Correct roles when creating a new data source
  • Possible to change between compatible types for questions (Single choice, multiple choice and rating)
  • Logo in header is now clickable and leads to the index page (either to the data source if only one or the list of data sources)
  • Set survey id and distribution id as custom dimensions in Matomo when viewing a survey, so we can calulate views for each survey directly from Matomo visits
  • Fixed arrows for tooltips

Week 13 2023

· One min read
Carl Grundberg
CTO
  • Matomo data for visits, actions and conversions is synced to Clickhouse for better performance and better segmentation
  • Views for surveys are now updated in real time
  • Survey now always uses script to get respondentId
  • Some minor fixes for respondentId generation
  • Timing issue when previewing survey on website
  • Tag comments is now called Categorize comments and Theme is named Tag
  • When a heatmap or session recording was stopped early the UI didn't update to reflect that
  • Matomo 4.14.0

Week 14 2023

· One min read
Carl Grundberg
CTO
  • Fix for feedback with custom settings in new survey editor
  • Fix for editing privacy policies as customer
  • Categorized comments had some visual defects and outdated state problems after antd upgrade
  • Alerts to slack now have separate channels for free and paid customers
  • Quick action to stop a survey on both data source and survey pages
  • Send event to Matomo when signup form is submitted
  • Visits for survey and other websites are split into two tables in ClickHouse to improve performance
  • Link to guide about user roles from the edit user form

Week 15 2023

· One min read
Carl Grundberg
CTO
  • Fix for displaying correct next delivery date for reports
  • Fix for categorize comments not showing correct tags
  • Improved check for matomo to clickhouse replication
  • Using Matomo tag manager for sign up events

Week 19 2023

· One min read
Carl Grundberg
CTO
  • Grading scales for find, rating (benchmark questions) and NPS. Can be toggled, default is on.
  • Added CSS-classes for the distribution id and survey id to the wrappers of overlay and embedded surveys. Embedded surveys also has a new class "extellio-embed" as its wrapper.
  • The export API now has a field for all questions of a survey so you can get them more easily if you dont worry about the survey structure.
  • Email is trimmed for whitespace when inviting users.
  • Save button in segment editor is disabled until filters have been loaded, otherwise it could be clicked before the filters were loaded and then the filters would not be saved.
  • Default fetchPolicy for quereis is now 'cache-and-network'. This improves the percieved performance of the app while still keeping the data up to date.

Week 21 2023

· 2 min read
Carl Grundberg
CTO
  • Modular licenses. A reworked license model where we have separated the features into different modules and it's possible to have different level for each module. The modules are Analytics, Heatmaps & Session Recordings and UX-surveys.
  • It's now possible to create both the old and the new type of licenses. The old type of licenses will be phased out in the future.
  • Periods in a data source license are now always one calendar month, starting from when the license was started. Periods are created the day before they starts.
  • Orders are now connected to the data source license instead of the periods since it represents the actual purchase.
  • Orders show monthly total in addition to the total for the whole period.
  • Support for different currencies when making orders. Supported currencies are SEK, EUR and USD.
  • Notifications for all renewals of payed licenses (two weeks ahead).
  • Notifications for all ending of payed licenses (two weeks ahead).
  • Settings editor has been reworked to save all changes at once instead of one setting at a time.
  • New settings type for multi currency prices.
  • Drawer warns about unsaved changes when closing it.
  • Better formatting of number values in table view och chart and cross tabulation.
  • Table improvement for values of different type (formatting, sorting, searching)
  • Removed demo and docs pages
  • Hook for pushing Matomo Tag Manager events (used in sign up modal)