> ## Documentation Index
> Fetch the complete documentation index at: https://funnelfox.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Activity log

> Audit every change made in your project — funnel edits, deployments, integrations, billing, and team actions — with filters and full event details.

The Activity log is a per-project record of every authenticated action
taken in your project. Each entry captures who did what, from where, and
exactly when, so you always have a reliable history of how the project
got to its current state.

<Frame>
  <img src="https://mintcdn.com/funnelfox/Y8fm0vWAbgyKXPUG/assets/activity-log.png?fit=max&auto=format&n=Y8fm0vWAbgyKXPUG&q=85&s=77ea1baba704ea3380cb502c37d9f447" width="1920" height="989" data-path="assets/activity-log.png" />
</Frame>

## How activity log works

Go to the **Activity log** page to see every
authenticated change made there, such as funnel edits, deployments, integration
toggles, team and billing changes. Newest are shown first and grouped by day.

Click any event to open its full detail on the right. Above the list,
you can filter by event type, actor email, and date range.

## Activity log events

| Event                       | Description                                                              |
| --------------------------- | ------------------------------------------------------------------------ |
| **Funnel**                  |                                                                          |
| Created funnel              | A new funnel was added to the project                                    |
| Updated funnel              | A funnel's settings were changed                                         |
| Archived funnel             | A funnel was moved to the archive                                        |
| Unarchived funnel           | A funnel was restored from the archive                                   |
| Saved funnel prototype      | A draft of a funnel was saved                                            |
| Published funnel prototype  | A draft was published in preview mode                                    |
| Deployed funnel             | A published version was deployed. The funnel version is now live         |
| Aborted funnel deployment   | A deployment was cancelled. The previously deployed version remains live |
| **Funnel variation**        |                                                                          |
| Created variation           | A locale was added to a funnel                                           |
| Updated variation           | A locale's settings were changed                                         |
| Deleted variation           | A locale was removed                                                     |
| Published variation         | A locale was published                                                   |
| **Experiment**              |                                                                          |
| Created experiment          | A new experiment was created                                             |
| Updated experiment          | An experiment's settings were changed                                    |
| Enabled experiment          | An experiment was turned on                                              |
| Disabled experiment         | An experiment was turned off                                             |
| Deleted experiment          | An experiment was removed                                                |
| **Integration**             |                                                                          |
| Enabled integration         | A third-party integration was turned on                                  |
| Disabled integration        | A third-party integration was turned off                                 |
| Updated integration         | A third-party integration's settings were changed                        |
| **Webhooks**                |                                                                          |
| Updated project webhooks    | Webhook endpoints or settings were changed                               |
| **Project**                 |                                                                          |
| Created project             | A new project was created                                                |
| Updated project settings    | Project-level settings were changed                                      |
| Deleted project             | A project was deleted                                                    |
| **Project members**         |                                                                          |
| Added project member        | A teammate was invited or added                                          |
| Updated project member role | A teammate's role was changed                                            |
| Removed project member      | A teammate was removed                                                   |
| **Billing**                 |                                                                          |
| Enabled billing             | FunnelFox Billing was turned on for the project                          |
| Disabled billing            | FunnelFox Billing was turned off for the project                         |
| Created product             | A product was created                                                    |
| Updated product             | A product was updated                                                    |
| Archived product            | A product was archived                                                   |
| Created price               | A price point was created                                                |
| Updated price               | A price point was updated                                                |
| Archived price              | A price point was archived                                               |
| **Admin**                   |                                                                          |
| Impersonated user           | A FunnelFox staff member acted on behalf of a user (for support)         |

## Event details

Click an event in the list to open its full detail view. Each event
shows a fixed set of fields, plus a metadata block with extra context
specific to the action.

### Fixed fields

These appear on every event:

* **Event**: The machine-readable identifier for the action (for
  example, `funnel.prototype.published`). The header above shows the
  human label; this row is the exact code, useful when reporting an
  issue to support.
* **Time**: When the action happened, in your local time zone, down
  to the second.
* **Actor**: Who performed the action. Usually a teammate's login
  email. For automated server events it is the system actor, and for
  staff-assisted actions it is a FunnelFox admin acting via
  impersonation.
* **IP**: The IP address the request came from.
* **User Agent**: The browser and device that made the request (for
  example, `Chrome/124.0`). Hover the field to see the full string.
* **Request ID**: A unique fingerprint for the HTTP request that
  produced this event.
* **Resource ID**: The id of the object the action touched (the
  funnel that was published, the product that was archived, and so
  on). Only shown for events that target a specific resource.

<Info>
  When the actor is a server (automated event), the **IP** and **User
  Agent** rows are hidden.
</Info>

### Metadata

Below the fixed fields, the **Metadata** block shows extra context
specific to the event type. Where the fixed fields answer "who, when,
from where" the same way for every event, metadata answers questions
about *the action itself*. Examples:

* For a published prototype: which prototype version, included
  variations (locales), and the publish target.
* For a member role update: who was changed, the previous role, and
  the new role.
* For a product update: which fields changed and their old and new
  values.
* For a deployment: deployment id, environment, and slug.
