Plausible Analytics
@club_aqua_back_deck/plausible-analyticsv2026.08.14.2
01README
Read-only Plausible Stats API queries and workflow-ready SEO/AEO analytics snapshots.
02Models
@club_aqua_back_deck/plausible-analyticsv2026.08.14.2extensions/models/plausible.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| siteId | string | Plausible site ID. |
| baseUrl | url | Plausible instance URL. |
| apiKey | string | Stats API key supplied by a Swamp vault expression. |
| apiVersion | enum | Stats API version for snapshots. |
fn query(metrics: array, dimensions: array, filters: array, orderBy: array, includeImports: boolean, includeTimeLabels: boolean, limit: number, offset: number)
Run a flexible read-only Plausible Stats API v2 query.
| Argument | Type | Description |
|---|---|---|
| metrics | array | |
| dimensions | array | |
| filters | array | |
| orderBy | array | |
| includeImports | boolean | |
| includeTimeLabels | boolean | |
| limit | number | |
| offset | number |
fn snapshot(limit: number, includeImports: boolean)
Capture overview, pages, landings, acquisition, goals, and trend data for SEO/AEO workflows.
| Argument | Type | Description |
|---|---|---|
| limit | number | |
| includeImports | boolean |
Resources
queryResult(infinite)— Normalized result from a Plausible Stats API v2 query.
seoSnapshot(infinite)— Workflow-ready traffic and discovery snapshot for SEO/AEO analysis.
03Previous Versions
2026.08.14.1
04Stats
A
100 / 100
Downloads
1
Archive size
16.8 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms