Changelogs
Stay up to date with the latest changes and enhancements.
Stay up to date with the latest changes and enhancements.
Stay up to date with the latest changes and enhancements.
20. Jul 2026
Share
The widget API now documents the supported data source types more clearly.
Developers can identify widgets backed by standard data sources, calculations, custom data, custom imports, or goals through the datasource type field.
This makes it easier for integrations and AI workflows to handle different widget sources correctly.
17. Jul 2026
Share
Metrics retired by a data provider are now clearly flagged instead of being renamed with a Deprecated suffix.
They appear in red with an explanation in the report builder and remain selectable so existing widgets can continue resolving. Saved metric labels will no longer be left with stale deprecation text after provider changes.
No metrics were added or removed in this update.
17. Jul 2026
Share
Facebook post-level reach is reporting correctly again.
Oviond now uses Meta's current unique-viewers field instead of the retired field that was returning zero for every post.
Affected widgets recover on their next refresh — no reconfiguration is needed.
17. Jul 2026
Share
Rich preview columns such as ad creatives and social posts now sort and search using the text shown in each cell.
Period comparisons on these columns also match rows by their correct entity, preventing different rows from collapsing onto the same previous-period value.
This fixes sorting, searching, and comparison behaviour without requiring changes to existing tables.
14. Jul 2026
Share
You can now choose how comparison-period data is displayed on tables, line charts, area charts, and bar charts.
Show the previous value, the percentage change, or both side by side. Existing widgets continue to show the previous value by default.
The same control is available through the API using the widget comparison display setting.
14. Jul 2026
Share
Period comparison figures now stay aligned with the category they belong to.
Channels, countries, pages, campaigns, and other categories now compare against the correct previous-period row — including widgets that are sorted or limited to a set number of results.
No report changes are required.
13. Jul 2026
Share
You can now fine-tune each metric in a widget from a new Metric Settings panel.
Rename metrics, choose how values are formatted, and set whether an increase or decrease should be treated as a positive result. This makes cost, CPC, bounce rate, and similar metrics much easier to read correctly at a glance.
These controls apply to scorecards and KPI figures on chart widgets.
13. Jul 2026
Share
Table search and report headings are now easier to control.
You can show or hide the search box on individual table widgets, and themes can use a separate heading colour for title widgets.
Existing tables keep search enabled, and existing themes continue using their normal text colour until you choose a heading colour.
13. Jul 2026
Share
Dashboard widget limits are now enforced consistently when widgets are duplicated.
A slot counter in the dashboard editor shows how much room is left and changes colour as you approach the 50-widget limit. Reports remain unaffected and can continue across multiple pages.
API and MCP duplication requests now return a clear error when a dashboard is full.
10. Jul 2026
Share
Oviond’s MCP server now exposes 115 tools across 20 categories, giving AI agents practical access to the reporting workspace through natural language.
Most tools map directly to one Oviond REST API operation. Workflow tools chain several operations so an agent can complete a useful reporting job with fewer calls.
Agents can inspect account usage, manage clients, reports, dashboards, pages, widgets, templates, themes and assets, query live reporting data, manage scheduled deliveries, organise folders and media, update branding, work with custom domains, and manage team access.
Every call is automatically scoped to the authenticated Oviond account. Destructive tools are flagged so compatible MCP clients can ask for confirmation before deleting data.
Read account details and usage.
account_get · account_usage
Manage account-level reports and dashboards that are not tied to a client.
agency_list · agency_get · agency_create · agency_update · agency_duplicate · agency_delete · agency_bulk_delete
Create and manage reusable widget sections, inspect their widgets, and add them to pages.
assets_list · assets_get · assets_create · assets_update · assets_duplicate · assets_delete · assets_add_to_page · assets_list_widgets
Create and manage scheduled deliveries, test them, and inspect delivery history.
automations_list · automations_create · automations_update · automations_pause · automations_unpause · automations_test · automations_history · automations_delete
Read and update the workspace logo, favicon, and brand colours.
branding_get · branding_update
Create, inspect, update, remove, count, bulk-manage, and organise clients.
clients_list · clients_count · clients_get · clients_create · clients_update · clients_delete · clients_bulk_delete · clients_move_to_folder
Read and update agency-level company information or generate a colour palette.
company_get · company_update · company_generate_palette
Discover available data sources, metrics and dimensions; query live values; test connections; and refresh reporting data.
data_list_datasources · data_list_metrics · data_list_dimensions · data_query · reports_get_metric_values · data_fetch_resource · data_test_connection · data_list_accounts · projects_refresh_widgets · widgets_refresh
Run useful multi-step reporting jobs instead of chaining every low-level action yourself.
clients_create_with_project · projects_create_from_template · projects_add_section · projects_audit_health
List, add, and remove custom white-label domains.
domain_list · domain_add · domain_remove
Create and manage client folders.
folders_list · folders_create · folders_update · folders_delete
List, rename, and remove connected data sources.
datasources_list · datasources_rename · datasources_delete
List, rename, and remove files from the media library.
media_list · media_rename · media_delete
Create and manage pages inside reports and dashboards.
pages_list · pages_create · pages_update · pages_delete
Create and manage reports and dashboards, including duplication and bulk deletion.
projects_list · projects_get · projects_create · projects_update · projects_duplicate · projects_delete · projects_bulk_delete
Find clients and projects by name across the workspace.
search
Create and manage templates and inspect the widgets they contain.
templates_list · templates_get · templates_create · templates_update · templates_delete · templates_list_widgets
Create and manage reusable report themes.
themes_list · themes_get · themes_create · themes_update · themes_delete
Manage team members and update your own profile.
users_list · users_me · users_invite · users_edit · users_remove · users_update_profile · users_update_avatar · users_change_email
Inspect, add, edit, move, and remove text, titles, images, embeds, goals, buttons, and data widgets.
widgets_list · widgets_get · widgets_move · widgets_delete · widgets_bulk_delete · widgets_add_text · widgets_add_title · widgets_add_image · widgets_add_embed · widgets_add_goal · widgets_add_button · widgets_add_data · widgets_update_text · widgets_update_title · widgets_update_image · widgets_update_embed · widgets_update_goal · widgets_update_button · widgets_update_data
The four workflow tools handle common multi-step jobs: create a client with a starter, blank, or template-based project; create a report or dashboard from a template; add a saved section to the correct page; and audit a report or dashboard for health issues.
Tool calls return resource IDs so agents can safely chain actions, while conversations can still refer to clients, reports, and other records by human-readable name.
Explore parameters, response shapes, and the latest catalog in the Oviond MCP tool reference.