> For the complete documentation index, see [llms.txt](https://docs.intelligems.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelligems.io/analytics/sitewide-analytics/audience-dive.md).

# Audience Dive

#### Page **Overview**

The Audience Dive page brings audience-level visibility to Sitewide Analytics. It helps merchants identify which visitor segments drive the most profit across devices, countries, and channels.

* Audience Comparison Snapshot: Shows key metrics for each audience: Visitors, Conversion Rate, Profit per Visitor (or Orders and Profit when toggled to Absolute)
* Audience Details Over Time: Time-series visuals showing Visitors, Orders, Net Revenue, or Gross Profit by audience

#### Audience Types

Audience Dive includes six pre-built views:

1. **Device:** Mobile vs Desktop.
2. **New vs Returning:** Based on visitor’s first session since Intelligems tracking began.
3. **Channel:** Paid Social, Organic Search, Direct, Email, etc.
4. **Source Site:** Referring URLs or domains (e.g., Meta, Google, Pinterest).
5. **Country:** Top 10 traffic sources by country.
6. **Landing Page:** Top 10 entry URLs, recalculated dynamically based on filters.

#### Metric Details:

* **% Change:** calculates change in metric for an audience between current period and prior period
* **Total Change Contribution:** calculates the contribution of the change in the given audience's impact on the total metric
* **Impact from Visitor Mix Shift**, a unique Intelligems calculation showing the effect of traffic mix changes on conversion and profit, even if audience performance itself is stable.


---

# 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://docs.intelligems.io/analytics/sitewide-analytics/audience-dive.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.
