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

# Campaign Analytics

> Track campaign performance, ROI, and conversion metrics across CE marketing campaigns.

The Campaign Analytics screen tracks campaign performance, ROI, and conversion metrics. It is accessible at `/ce/analytics/campaigns`.

## Overview

The screen renders a `CampaignAnalyticsDashboard` component below a page header titled "Campaign Analytics" with the description "Track campaign performance, ROI, and conversion metrics." An Export dropdown is shown in the header for users with the `ce.analytics.export` permission. The export uses `reportType="pipeline"`.

## Who it's for

Required permission: `ce.analytics.view` (route-level gate). The export action requires `ce.analytics.export`.

## Before you start

* You need the `ce.analytics.view` permission.
* Export requires the additional `ce.analytics.export` permission.

## Steps

<Steps>
  <Step title="Navigate to Campaign Analytics">Go to `/ce/analytics/campaigns` via the Community Engagement analytics menu.</Step>
  <Step title="Review campaign metrics">The dashboard shows performance, ROI, and conversion data for campaigns. Apply any filter controls within the dashboard.</Step>
  <Step title="Export data">Use the Export dropdown in the page header to download a report. Requires `ce.analytics.export`.</Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Community Engagement" icon="bullhorn" href="/ce/overview">
    Community Engagement core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/ce.tsx
  * src/cores/ce/pages/CampaignAnalyticsPage.tsx
</Accordion>
