Skip to content
ActionBitlyUpdated May 2026

How do I get Bitly link click stats?

Short answer: Drop the "BitlyGet Link Click Metrics" 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
Bitlink
bitlink
stringRequiredThe short link without https://
Time Unit
unit
optionsOptionalTime Unit. Options: Day, Week, Month
Number of Units
units
numberOptionale.g. 7 days, 4 weeks
Sample request
{
"bitlink": "bit.ly/abc123",
"unit": "{{trigger.unit}}",
"units": "{{trigger.units}}"
}
Returns
{
"link_clicks": [
{
"date": "2026-04-11T00:00:00Z",
"clicks": 42
},
{
"date": "2026-04-10T00:00:00Z",
"clicks": 38
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get Link Click Metrics.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get Link Click Metrics.

What does the Get Link Click Metrics action do in Bitly?
Returns click counts and breakdowns (country, device, referrer) for a specific shortened link over a time range. Useful for "weekly campaign performance report" rollups that aggregate clicks across multiple campaign links.
What inputs does Get Link Click Metrics require?
Required: Bitlink. 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 Bitly 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 Get Link Click Metrics support batch operations?
Yes. Run Get Link Click Metrics inside a Loop node to process arrays. Tiny Command handles Bitly's rate limits automatically so you don't have to throttle manually.
More actions

Other Bitly actions.

Send get link click metrics from your workflows.

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