Skip to content
ActionSimple AnalyticsUpdated May 2026

How do I get Simple Analytics page stats?

Short answer: Drop the "Simple AnalyticsSimple Analytics Get Stats" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

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. Tiny Command handles Simple Analytics's rate limits automatically so you don't have to throttle manually.

Send simple analytics get stats from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.