> For the complete documentation index, see [llms.txt](https://support.fibr.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.fibr.ai/tracking-and-analytics/analytics-dashboard/how-to-access-analytics-of-a-campaign.md).

# How to access analytics of a campaign?

#### You can access the campaign analytics in 2 ways:

1. **From the campaign page:** You can directly check the analytics of a campaign by navigating to the analytics section of the campaign page:

   * Select the **campaign type**(Personalization/Experimentation) and click on "**View Campaigns**" button on the relevant URL.

   <figure><img src="/files/WbHqXFKNbg7GeZ07js3h" alt="" width="563"><figcaption></figcaption></figure>

   * Select the **Campaign Name** whose analytics you want to check. You have the option to search for the campaign using the Search Bar

   <figure><img src="/files/mTimRPVGEJDyzmb0PFBA" alt="" width="563"><figcaption></figcaption></figure>

   * Navigate to **Analytics** section

   <figure><img src="/files/gQGOpN3jit39EIuAhXfV" alt="" width="563"><figcaption></figcaption></figure>

2. **From the Analytics Section:** You can access the analytics of the campaign though the analytics section of the dashboard

   * Click on **Analytics** of the left nav bar

   <figure><img src="/files/Q85G9JGiSlVBnNX8UkMM" alt="" width="563"><figcaption></figcaption></figure>

* Select the Campaign Type from the dropdown

<figure><img src="/files/NVWktkpuRuHbSJyoifeM" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.fibr.ai/tracking-and-analytics/analytics-dashboard/how-to-access-analytics-of-a-campaign.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
