# app.didpic.admin.getAnalyticsOverview

> Published by [lexicons.didpic.app](https://lexicon.garden/identity/did:plc:an2jtp4jgkkbtmwfzhpbxawd)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.getAnalyticsOverview)
- [Documentation](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.getAnalyticsOverview/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.getAnalyticsOverview/examples)

## Definitions

### `app.didpic.admin.getAnalyticsOverview`

**Type**: `query`

Aggregate analytics for the last 30 days.

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `dau` | `array` | Yes |  |
| `countryMix` | `array` | Yes |  |
| `windowDays` | `integer` | Yes |  |
| `eventCounts` | `array` | Yes |  |
| `platformMix` | `array` | Yes |  |
| `usersLast30d` | `integer` | Yes |  |
| `appVersionMix` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "app.didpic.admin.getAnalyticsOverview",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "windowDays",
            "dau",
            "eventCounts",
            "countryMix",
            "platformMix",
            "appVersionMix",
            "usersLast30d"
          ],
          "properties": {
            "dau": {
              "type": "array",
              "items": {
                "type": "unknown"
              }
            },
            "countryMix": {
              "type": "array",
              "items": {
                "type": "unknown"
              }
            },
            "windowDays": {
              "type": "integer"
            },
            "eventCounts": {
              "type": "array",
              "items": {
                "type": "unknown"
              }
            },
            "platformMix": {
              "type": "array",
              "items": {
                "type": "unknown"
              }
            },
            "usersLast30d": {
              "type": "integer"
            },
            "appVersionMix": {
              "type": "array",
              "items": {
                "type": "unknown"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Aggregate analytics for the last 30 days."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
