ActionSimple AnalyticsUpdated September 2026
How do I get Simple Analytics page stats?
Short answer: You can simple analytics get stats in Simple Analytics by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Simple Analytics Simple Analytics Get Stats action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Website hostname | string | Required | Website. e.g. "example.com" |
Start Date start | date | Required | Start Date. (date/time) |
End Date end | date | Required | End Date. (date/time) |
Sample request
{"hostname": "example.com","start": "{{trigger.start}}","end": "{{trigger.end}}"}
Returns
{"visitors": 2000,"histogram": [{"date": "2026-04-11","visitors": 100,"pageviews": 200}],"pageviews": 5000}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for Simple Analytics Get Stats.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about Simple Analytics Get Stats.
What does the Simple Analytics Get Stats action do in Simple Analytics?
Returns per-page metrics — pageviews, visitors, top sources, time-on-page. For privacy-friendly analytics reporting without GA4 complexity.
What inputs does Simple Analytics Get Stats require?
Required: Website, Start Date, End Date. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Simple Analytics returns an error?
The run history shows the failed step with its input and the error message Simple Analytics returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does Simple Analytics Get Stats support batch operations?
Run Simple Analytics Get Stats inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Simple Analytics's rate limits.