> For the complete documentation index, see [llms.txt](https://support.cartmojo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cartmojo.com/store-connection/dashboard.md).

# Dashboard

### Widgets

* Visits – the number of overall visits to your store as calculated by Google Analytics for the date range selected
* Orders – total number of orders for the date range chosen.
* Income – total income for the date range chosen.
* Messages sent - total number of email messages sent, both on-demand and automated for the date range selected.
* Conversions - total number of conversions as a result of emails sent out from Cartmojo for the date range chosen.
* Send reputation - health score for your sending reputation.
* Top sellers – the top-selling products in your store for the date range chosen.
* Visitors – key search metrics to your site as compiled by Google Analytics for the date range chosen.
* Top referrals – top referral sources as compiled by Google Analytics for the date range selected.
* Top search terms – top search terms as compiled by Google Analytics for the date range selected.

### Connection Details

* Status - connection state of the store connected. Depending on the type of store that is installed, this will be either Connected, Pending, or Broken.
* Platform - the type of e-commerce shopping cart that is installed.
* Active workflows - number of automated messaging workflows that are activated.&#x20;

### Google Analytics

When Google Analytics is activated, it will return stats from the profile that is connected.&#x20;

* Metrics include visits, visitors, top referrals, and top search terms.&#x20;
* To return data, an OAuth connection into Google Analytics is required.&#x20;
* After authentication, you will need to choose the account, property, and profile to return the relevant metrics. Google Analytics can be activated from the **Settings** menu of your store in Cartmojo.


---

# 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.cartmojo.com/store-connection/dashboard.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.
