18.10.0

Analytics

Improved

  • Our API now supports date and time in ISO format with the date_from and date_to parameters. This update makes data pagination faster and lets you pull data for specific time periods.
    Note: date_to specifies a date range up to, but not including, a given time. For example, a query with:
    'data_from': "2022-01-02",
    'date_to': "2022-01-02" ,
    is equivalent to:
    'data_from': "2022-01-02T00:00:00",
    'date_to': "2022-01-03T00:00:00".

Fixed

  • We fixed margin display issues in the ‘Add calculated metric’ popup.
  • We fixed an issue where using ‘Copy to other sites & apps’ would cause the current dashboard to disappear. Now you can copy dashboards without problems.
  • We aligned text and cart icons properly in the session log and tracker debugger.

Administration

New

  • Core plan We introduced automatic account suspension and deletion for exceeding traffic limits, with alerts at 80% and 100% usage, followed by suspension warnings and final deletion notices.
  • Core plan Users purchasing extra actions for the Core plan will now find the expiration date of these actions under Administration > Account > Subscription > Subscription ends.