# Get started

Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Fproduct-analytics%2Fgetting-started.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Fproduct-analytics%2Fgetting-started.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)

Product Analytics reads the behavioral events your Real User Monitoring SDK already sends. Once RUM is instrumented and Product Analytics is enabled for your team, it populates automatically—there's no second SDK to install.

This page covers what you need before you start, the data model behind funnels and heatmaps, and the permissions that control access.

## What you need[​](#what-you-need "Direct link to What you need")

* A Coralogix application instrumented with the [Real User Monitoring](https://coralogix.com/docs/user-guides/rum/getting-started/real-user-monitoring.md) Browser SDK, version 3.19.3 or later—Product Analytics requires this SDK, so install or upgrade if you're on an older version. RUM is a hard prerequisite—Product Analytics reads the events this SDK already collects and has nothing to show without it. If you haven't instrumented yet, follow the [RUM integration package](https://coralogix.com/docs/user-guides/rum/getting-started/rum-integration-package.md).
* The [`PRODUCT-ANALYTICS:READ`](https://coralogix.com/docs/user-guides/aaa/access-control/permissions/permissions-list.md) permission to view Product Analytics and build ad-hoc funnels, and [`PRODUCT-ANALYTICS:MANAGE`](https://coralogix.com/docs/user-guides/aaa/access-control/permissions/permissions-list.md) to save, rename, and delete funnels.

## The data model[​](#the-data-model "Direct link to The data model")

Product Analytics is built on three event types that the RUM SDK captures as users interact with your application:

* **Session.** A single user journey through your application, from the first activity until the user leaves or becomes inactive. A session groups the views and actions that belong to one visit.
* **View.** A page or screen the user lands on, identified by its path—for example, `/dashboard` or `/explore`. Views are the navigation backbone of a funnel.
* **Action.** A discrete interaction within a view, such as a click on a button or link—for example, `click on create`.

Funnels are defined as an ordered sequence of view, action, and custom events. Heatmaps aggregate action events by the element the user interacted with. Pathways trace the sequences of views users move through before or after a chosen view. Because every event carries its session context, you can move from an aggregate metric to the individual sessions behind it.

Name your clickable elements

Product Analytics identifies each action by the element the user interacted with, so give your clickable elements stable, meaningful names—add an `aria-label` or a `data-cx-action-name="your-element-name"` attribute. Explicit names let Product Analytics identify and categorize interactions accurately instead of relying on unstable signals such as visible text, DOM structure, or CSS classes. Consistent labeling improves event quality, makes heatmaps and funnels easier to understand, and keeps your analytics dependable as the interface evolves. An element with no usable name appears as **Unnamed element**.

## Open Product Analytics[​](#open-product-analytics "Direct link to Open Product Analytics")

Product Analytics is a top-level item in the left navigation, alongside RUM and Infrastructure. Opening it takes you to the **Heatmaps** view by default, with **Funnels** and **Pathways** available alongside it. Each view has a time range picker that scopes the analysis to a period.

[![Product Analytics open to the Heatmaps view, with the Product Analytics menu listing Heatmaps, Funnels, and Pathways](/docs/assets/images/pa-space-0fae515d6901c018d9b1bf0f587ec4bb.webp)](https://coralogix.com/docs/assets/images/pa-space-0fae515d6901c018d9b1bf0f587ec4bb.webp)

## Permissions[​](#permissions "Direct link to Permissions")

Access to Product Analytics is controlled by two permission keys. Assign them through your role and policy configuration.

| Permission                                                                                                              | Grants                                                                |
| ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [`PRODUCT-ANALYTICS:READ`](https://coralogix.com/docs/user-guides/aaa/access-control/permissions/permissions-list.md)   | View Product Analytics—including heatmaps and building ad-hoc funnels |
| [`PRODUCT-ANALYTICS:MANAGE`](https://coralogix.com/docs/user-guides/aaa/access-control/permissions/permissions-list.md) | Save, rename, and delete funnels                                      |

## Next steps[​](#next-steps "Direct link to Next steps")

See where users click and scroll on a page: [Heatmaps](https://coralogix.com/docs/user-guides/product-analytics/heatmaps.md).
