ActionSimple AnalyticsUpdated June 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.

Simple Analytics Get Stats in Simple Analytics — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Website
hostname
stringRequiredWebsite. e.g. "example.com"
Start Date
start
dateRequiredStart Date. (date/time)
End Date
end
dateRequiredEnd 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 workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Simple Analytics Get Stats support batch operations?
Yes. Run Simple Analytics Get Stats inside a Loop node to process arrays. TinyCommand handles Simple Analytics's rate limits automatically so you don't have to throttle manually.
Simple Analytics Get Stats in Simple Analytics — start free