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

# Analytics connectors

- [Adobe Analytics](https://docs.quanti.io/connectors/analytics-connectors/adobe-analytics.md): Follow our setup guide to connect Adobe Analytics to QUANTI:
- [Google Analytics 4](https://docs.quanti.io/connectors/analytics-connectors/google-analytics4.md): Follow our setup guide to connect your Google Analytics 4 connector with QUANTI:
- [FAQ](https://docs.quanti.io/connectors/analytics-connectors/google-analytics4/google-analytics4.md): Frequently asked questions about Google Analytics 4
- [Matomo](https://docs.quanti.io/connectors/analytics-connectors/matomo.md): Follow our setup guide to connect your Matomo connector with QUANTI:
- [Piano Analytics](https://docs.quanti.io/connectors/analytics-connectors/piano-analytics.md): Follow our setup guide to connect Piano to QUANTI:
- [Piano Analytics](https://docs.quanti.io/connectors/analytics-connectors/piano-analytics-1.md): Follow our setup guide to connect Piano to QUANTI:
- [Piwik PRO](https://docs.quanti.io/connectors/analytics-connectors/piwik-pro-analytics.md): Follow our setup guide to connect your Piwik Pro Analytics connector with QUANTI:
- [Real-Time Analytics](https://docs.quanti.io/connectors/analytics-connectors/tag-tracker.md)
- [Tag setup](https://docs.quanti.io/connectors/analytics-connectors/tag-tracker/tag-setup.md): Follow our setup guide to interger the QUANTI: tag
- [Tag data model](https://docs.quanti.io/connectors/analytics-connectors/tag-tracker/tag-data-model.md)
- [advanced\_attribution](https://docs.quanti.io/connectors/analytics-connectors/tag-tracker/tag-data-model/advanced_attribution.md): The advanced attribution table is a “conversion” scope table. It records all conversions made and attributes them to the sessions that participated.
- [raw\_hits](https://docs.quanti.io/connectors/analytics-connectors/tag-tracker/tag-data-model/raw_hits.md): The raw\_hits table is a "hit" scope table. This means it records all incoming tag calls (page\_view or event).
- [raw\_sessions](https://docs.quanti.io/connectors/analytics-connectors/tag-tracker/tag-data-model/raw_sessions.md): The raw\_sessions table is a "session" scope table. It records every sessions of all users, which are defined by a succession of events within a given time.
- [Rules for calculated attribution](https://docs.quanti.io/connectors/analytics-connectors/tag-tracker/tag-data-model/rules-for-calculated-attribution.md): How Quanti: calculate traffic sources (cf. raw\_sessions table)
- [Custom Webhook](https://docs.quanti.io/connectors/analytics-connectors/webhook-custom.md)


---

# 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:

```
GET https://docs.quanti.io/connectors/analytics-connectors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
