Skip to main content

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 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 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

Release 2023-02-14

· One min read
Carl Grundberg
CTO
  • Script key is now sent to Hubspot so we can include it in emails sent
  • Industries for surveys are now sorted alphabetically
  • Major: Ant design, the UI component library we use has been updated from version 4 to version 5
  • Ant design v5 uses dayjs as the default date library so we have also migrated from moment to dayjs
  • Ant design replaced less with css-in-js for theming so we had to refactor how themes are configures, we still use less for our own styling
  • Not possible to create "Other" data source until we have proper UI for it
  • Confirmation when deleting survey versions
  • A bug prevented questions from being updated in the new survey tool
  • Improved name on downloaded file for cross-tabulation chart
  • Customer billing information (address, VAT and comment)

Release 2023-02-06

· One min read
Carl Grundberg
CTO
  • Orders now have an automatically generated order number
  • Preview of survey is now accessible for all regardless of permissions
  • New preview button on the edit survey page
  • If a license has no price for a certain visit limit it cant be ordered (4+ million)
  • Data browser incorrectly linked to the old survey editor when there was no surveys to be shown, message has been updated
  • Removed support for IE11 since it's not officially shut down

Release 2023-01-31

· One min read
Carl Grundberg
CTO
  • Creating a data source in the platform now has a step for license information so all data can be setup properly. The user performing the actions becomes the owner and receives the order confirmation.
  • If an addon doesnt have a price in a license/visit limit it can't be selected.
  • Send last activity timestamps for each data source to Hubspot hourly. Used to remind user when they dont activate their script.
  • Send additional properties to hubspot for deals (license, visit limit, subscription period).
  • Bugfix: Data sources without a last activity timestamp had the wrong status in the data source dashboard.

Release 2023-01-26

· One min read
Carl Grundberg
CTO
  • Integration with Hubspot to create and update Deals reflecting the current license for a data source.
  • Prices can now be added to licenses
  • Signup and license changes now generates an order with details of the purchased license
  • License change interface is improved to handle different scenarios like downgrading, upgrading and adding addons
  • New administration page: Global list of data sources
  • New administration page: Global list of data source licenses
  • New administration page: Global list of orders
  • Improvement: Global acccount list now have a button to switch to the account
  • Improvement: It's now possible to search by url in the account quick switch modal
  • Improvement: Don't alert for missing ping for data sources without an active license

Release 2022-12-13

· One min read
Carl Grundberg
CTO
  • Possible to validate script installation on website from the script instructions modal. May not work if script requries cookie consent to load.
  • Script sends a ping to our server when running to notify about active scripts.
  • Script implementation status is now from either the ping or latest visit in analytics.
  • Warning if website stops sending data.
  • User registration is forwarded to hubspot (we trigger a workflow of notifications if they don't register).
  • There was a bug with reports if the period ended in the future.
  • Improved translations of cross-tabulation
  • Ratings have a maximum precision of one decimal to avoid showing a to small resolution on the axis
  • Cookie consent setting is used in analytics (so matomo doesnt set any cookies until consent is explicitly given)