# Tracking Activity Data from Public Maps (Helm)

CARTO now supports tracking activity data from public maps, allowing administrators to measure the impact of their public maps by tracking interactions from unauthenticated visitors (e.g., views, exports, most active maps).

For more details, see: <https://docs.carto.com/whats-new#tracking-activity-data-from-public-maps>

This feature is **not enabled by default**. To enable it, add the following configuration in your `customizations.yaml` file:

```yaml
appConfigValues:
  publicEventsApiEnabled: true
```

You'll have to deploy the new changes to you environment to ensure that the new component that will be handling the events triggered by your public maps is ready!


---

# 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-self-hosted/guides/guides-helm/tracking-activity-data-from-public-maps-helm.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.
