# API Response schema

### Interpreting the API Response

```json
[
  {
    "primaryDimension": "Referral",
    "secondaryDimension": "uniqueReferrerID",
    "totalVisitsCount": 150,
    "totalVisitorsCount": 140,
    "newVisitorsCount": 100,
    "uniqueWalletsCount": 80,
    "web3VisitorsCount": 70,
    "engagedVisitsCount": 120,
    "engagementRate": 0.8,
    "engagedVisitsRate": 0.75,
    "averageNumberOfPagesPerVisit": 3,
    "averageVisitDurationSeconds": 180,
    "totalEventsCount": 200,
    "conversionsCount": 50,
    "visitorsWithConversionCount": 45,
    "averageConversionsCountByVisitor": 1.1,
    "conversionsUsdValue": 5000
  }
]
```

### Metrics Explained:

* **`totalVisitsCount`**: Total number of visits from the referrer.
* **`newVisitorsCount`**: Number of first-time visitors.
* **`engagementRate`**: Proportion of engaged visits
* **`conversionsCount`**: Total number of conversions
* **`conversionsUsdValue`**: Monetary value of conversions

## Utilizing the Data

Use this data to:

* Identify top-performing referrers.&#x20;
* Calculate conversion rates per referrer.&#x20;
* Optimize marketing strategies based on performance.


---

# Agent Instructions: 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.cookie3.com/cookie3-analytics/api/referral-systems/api-response-schema.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.
