Changelog
New features, improvements, and fixes every week
Mar 24 2025
Major Server Upgrade Alert: 10x Faster Performance!
We’ve just completed a major server upgrade for our databases, and the results are nothing short of spectacular!! While we were already dreaming big with expectations of a 3x performance boost, the new hardware blew those projections out of the water—delivering an astonishing 10x improvement in speed!
So, what does this mean for you? Every single feature and every single customer is reaping the benefits of this lightning-fast upgrade! Whether it’s running page analysis, exploring user journeys, or diving into data-heavy tasks, everything is now operating at warp speed⚡️ What should you expect?
- Pages load faster!
- Insights appear almost instantly!
- Everything feels smoother, snappier, and more responsive than ever before!
At the end of the day, this isn’t just about numbers. It’s about giving you the tools to work smarter, faster, and better. We’re committed to pushing boundaries and delivering top-tier performance because your success is our mission. Here’s to breaking limits and setting new standards🙌
P.S. If you notice anything that doesn’t feel blazingly fast, let us know! We’ll make sure it gets the same turbocharged treatment!😉
Mar 06 2025
- We increased the limit on the number of paths that can be displayed in the user journeys from 100k to 500k.
- When the login fails, we now show user-friendly message.
- We ignore the
|
characters when used in CSS : This prevented to analyze some specific elements for some clients.
- Fixed: Only users with Admin permissions could create/edit/delete snapshots. It is now available to users with Full access
- False positives on rage clicks: When a lot of scrolls were performed on mobile, this could be considered as rage clicks as we saw on a client's website when users scrolled very aggressively. However it's actually fine on mobile. This is fixed since March 5th 2025 and not retroactive. This also explains the high number of rage click.
Feb 26 2025
- There is now a dedicated menu for datalayer properties in the Event creation UI.
- Improved launcher for the new OPA
- The domains with the most traffic are automatically coming first
- You can add domains to favorites using the favorite icon
- Limit of 100K sessions on display
- We previously introduced a display limit of 100K sessions in user journeys to prevent browser performance issues when handling large number of sessions.
- This limit only affects the number of sessions displayed in the browser—it does not impact the analysis, which still includes all sessions within the selected date range.
Fixed some caching issues that resulted in not all users displayed in the users view.
Feb 19 2025
Automatic tracking of datalayer push events
This was a popular/requested feedback that will allow us to automatically capture events sent via dataLayer.Push
Whenever a dataLayer.push
will be triggered on a website, this will automatically trigger an Air360.track()
with the same event.
For example, when a dataLayer.push({ event: "register" })
is performed, Air360 JS SDK will automatically trigger a Air360.track("register")
This can be then used as any other API/custom event in Air360.
Note: While you can already use the events here via the usual "Custom events", we're also going to improve the ease of use here, stay tuned!
Handle label in input type submit/button
This is something we recently saw on a client's website:submit/button label's were not automatically captured until now. This is now captured by the new JS SDK.