# Activity Data Changelog

{% hint style="success" %}
This page collects useful information about historical updates and fixes to the [Activity Data](/carto-user-manual/settings/activity-data.md) to help you understand the data. We will also make an effort to clarify event cutoff dates where applicable, so that you can reliably build metrics starting from said dates.
{% endhint %}

### February 6th, 2026

* **New events:** during the past months, we've progressively added these new events, covering new features: `AIAgentConfigurationChanged`, `AIAgentConversationDeleted`, `AIAgentConversationStarted`, `AIAgentCreated`, `AIAgentDeleted`, `AIAgentError`, `AIAgentFeedback`, `AIAgentRequest`, `AIAgentResponse`, `AIAgentResponseStopped`, `AIAgentsListed`, `AIAgentToolExecuted`, `AIAgentToolInvoked`, `AIConsumed`, `AIRequestGotOverquota`, `AppOwnershipTransferred`, `AppPrivacyChanged`, `ConnectionBookmarkCreated`, `ConnectionBookmarkDeleted`, `ConnectionOwnershipTransferred`, `ConnectionTransferred`, `CopyMapToken`, `CrossFilteringWidgetSettingsChanged`, `CustomAIModelAdded`, `CustomAIModelRemoved`, `CustomAIModelUpdated`, `ImportDropFileLoaded`, `LayerAggregateByGeometry`, `LayerMapListStatusChanged`, `LegendVisibilityChanged`, `MapCopyCoordinates`, `MapCreatedFromOldVersion`, `MapGetCoordinates`, `MapOwnershipTransferred`, `MapSelectedForAIAgentCreation`, `MapVersionCreated`, `MapVersionManagerOpened`, `MapVersionRestored`, `MapVersionUpdated`, `SettingsCartoAIDisabled`, `SettingsCartoAIEnabled`, `TokenOwnershipTransferred`, `WidgetAggregationUsed`, `WidgetFilteringInteraction`, `WorkflowLocked`, `WorkflowOwnershipTransferred`, `WorkflowUnlocked`, `WorkflowsExtensionFailed`, `WorkflowsMcpToolDisabled`, `WorkflowsMcpToolEnabled`

### January 29th, 2026

* **Update — now events are always sent for public maps:** previously, [public maps](/carto-user-manual/maps/sharing-and-collaboration.md) wouldn't send all events related to their activity due to users not being authenticated. We have added an event pipeline for unauthenticated users, which allows you to track interactions such as `OpenBuilderMap` or `BuilderReportDownload` to understand how public maps are being used in your organization.
  * This update has been in place since *January 21st, 2026.*

### December 16th, 2024

* **Update — now `OpenBuilderMap` is also sent for viewers:** you can now use that event to track how many of your authenticated users are *viewing* a map, not just editing it.
  * This update has been in place since *November 27th, 2024.*
* **New events:** during the past months, we've progressively added these new events, covering both existing and new features: `GroupDeleted`, `NamedSourceDeleted`, `ChangeDatasource`, `NamedSourceUpdated`, `NamedSourceCreated`, `TableWidgetInteraction`, `CartoAIFeedback`, `CartoAccessConsent`, `SpatialColumnTypeDefined`, `WorkflowTemplateCreated`, `WorkflowsTemplateExplored`, `ShowOnlyThis`, `ZoomToLayer`, `WorkflowsExtensionUninstalled`, `WorkflowsExtensionInstalled`
* Other minor payload changes and fixes.

### **August 30th, 2024**

* **Activity Data was released:** read our full [announcement](/whats-new/q3-2024.md#monitor-whats-happening-in-your-carto-organization-with-the-new-activity-data) for details, and head over to the [Activity Data documentation](/carto-user-manual/settings/activity-data.md) for complete guides and technical reference.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.carto.com/carto-user-manual/settings/activity-data/activity-data-changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
