Plausible Analytics
Overview
The Plausible Analytics source connector lets you connect to the Plausible Analytics API using an API key and a site ID.
Status
This connector is currently in development. At this time:
- Connection/authentication validation is supported.
- Schema discovery (catalog) currently returns no streams.
- Data extraction/sync is not yet available.
Setup
Prerequisites
- A Plausible Analytics account
- Access to the site you want to query in Plausible
- A Plausible API key
Get your API key
- In Plausible, generate or copy an API key (Plausible calls these API tokens/keys depending on UI/version).
- Keep it secure—this key is used as a Bearer token for API requests.
Find your Site ID
Set Site ID to the site identifier Plausible expects in API requests (typically your site’s domain, for example example.com).
Authentication
This connector authenticates using:
- Bearer token: your Plausible API key
During credential validation, the connector sends a request to:
POST https://plausible.io/api/v2/query
with a minimal test query for the configured site_id.
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Plausible API key used as a Bearer token. |
site_id | string | Yes | Plausible site identifier to query (commonly the site domain, e.g. example.com). |
Streams
No streams are currently exposed by this connector.
Limitations
- Sync/extraction is not yet implemented.
- Catalog discovery currently returns an empty catalog (no selectable streams).