Skip to main content

18 posts tagged with "script"

View All Tags

Week 1 2024

· One min read
Carl Grundberg
CTO

Improvements and bug fixes

  • Support for discounted orders when creating Stripe invoice.
  • Cookie consent is default for new websites
  • Remove unused websites in Matomo
  • Updated Matomo to 4.16.0
  • Script listens for popstate events to support going back/forward without reloading

Week 48 2023

· One min read
Carl Grundberg
CTO

Improvements and bug fixes

  • Improved sync of segments to Matomo. Some filterchanges made the segment in Matomo outdated. Sync all data (not just one year back) when creating or changing filter.
  • Ping from script did not work after privacy update.
  • Removed cookie disclaimer in survey since it's cookieless now.
  • Better info and error message when min and max selected options are equal.

Week 47 2023

· One min read
Carl Grundberg
CTO

Improvements

  • Better control of when to track visitors ("with consent" option added)
  • Better UX of when to use analytical cookies ("Disable cookies" and "require cookie consent" combined into one settings since they were mutually exclusive).
  • Survey app doesnt set any local data in the browser
  • Possible to remove local survey data in script with extellio.removeSurveyData()
  • Remove respondentId data when consent is withdrawn.
  • Long filenames gets wrong identation in Files table. Removed line break and full filename is visible when hovering.

Week 43 2023

· One min read
Carl Grundberg
CTO
  • Feature: Possible to select all languages for data sources and surveys. Only one locale for english (en-GB). Default fallbak in survey is English.
  • Feature: Survey translations removed from account settings and is now one tool from the administraion menu. Possible to edit translations on global, account and survey level. Select languages to edit.
  • Feature: Show usage for response limit on license period (UX Surveys Free). Enforce action limit and response limit in script (stop collecting if free license)
  • Feature: Send license limit exceeds and estimated exceeds to HubSpot.
  • Feature: Rename survey translation.
  • Improvement: CX Survey publish page. Display only one link for each language, expand to show device links.
  • Improvement: Improve initialization of Matomo when script is running on a SPA.
  • Bugfix: Correct conversion of Matomo binary fields when copying to Clickhouse (idivistor, config_id, location_ip)
  • Bugfix: Fixed last activity sync to HubSpot

Week 40 2023

· One min read
Carl Grundberg
CTO
  • Feature: New data source type: Customer Experience.
  • Feature: New survey type: CX Survey, published only with links and QR codes.
  • Feature: New license module: CX Surveys. Can only be used by Customer Experience data sources.
  • Improvement: Table column widths can now fully be resized.
  • Bugfix: Fixed custom orders, input for quantity and amount was not converted to numbers.
  • Bugfix: Comparing against specific dates could not be changed.
  • Bugfix: Table column widths did not work as expected with table scroll.

Week 33 2023

· One min read
Carl Grundberg
CTO
  • Feature: Advanced logic to control survey distribution with custom expression. Logic is evaluated by the script in the visitors browser and lazy loaded on demand.
  • Feature: Show license information in the data sources list.
  • Improvement: Faster loading of data source view, surveys not blocking other content.
  • Improvement: Use "IN PARTITION" when updating tables in clickhouse.
  • Bugfix: Industry settings
  • Bugfix: Template settings

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