Skip to main content

3 posts tagged with "api"

View All Tags

Week 11 2026

· 2 min read
Carl Grundberg
CTO

Analytics & Reporting

  • Event tracking — Break down by Event category, Event name and Event action, and count unique events with the Events metric.
  • Event values — When your events have numeric values, you can now see Total event value, Average event value, Max event value, and Min event value.
  • Page and action details — Filter and break down by Action path, Pageview URL, Pageview path, and Pageview title.
  • Goal conversions — Replaced the old goal conversions metric with Goal conversion visits, which counts unique visits that converted on at least one goal.
  • Visits — Clarified the description of Visits.

AI Assistants as Traffic Source

  • Referring AI assistant — Traffic from AI assistants (such as ChatGPT, Perplexity) is now tracked as its own dimension.
  • Filter and segment by AI assistants as a traffic source.

Data & Licensing

  • Question responses — Duplicate survey responses are now removed so each response is counted only once.
  • License renewal — Fixed the renewal date shown in the license flow and simplified the renewal text.

Query Builder

  • Filter labels — Labels for filters like browser, device brand, and operating system are now displayed more clearly and consistently.

Week 38 2023

· One min read
Carl Grundberg
CTO
  • Feature: Payment integration with Stripe. Setup payment method on account billing. Link to hosted billing portal from account billing.
  • Feature: Create invoice when ordering or renewing a paid license and try to charge customers with a configured payment method.
  • Feature: View invoice and receipt from order details.
  • Feature: Websites and analytics data in API.
  • Improvement: Improved order structure to be able to make invoices.
  • Improvement: Optimize clickhouse tables to remove duplicates.
  • Improvement: api.extellio.com redirects to https://guides.extellio.com/export-api
  • Improvement: Updated all packages for app, including React to v18

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.