ActionBitlyUpdated June 2026

How do I get Bitly link click stats?

Short answer: You can get link click metrics in Bitly by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Bitly Get Link Click Metrics 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.

Get Link Click Metrics in Bitly — 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
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. TinyCommand handles Bitly's rate limits automatically so you don't have to throttle manually.
More actions

Other Bitly actions.

Action
Shorten URL
Shortens a URL with optional custom slug (paid tier) and tags for organisation. For "auto-generate trackable links for every campaign" workflows where each outbound message gets its own short link.
Get Link Click Metrics in Bitly — start free