---
title: "Analitika és statisztikák | Posty dokumentáció"
description: "Csatorna- és bejegyzésstatisztika, rövid linkek, és az, hogy melyik szám honnan jön."
canonical: https://posty.hu/en/docs/analytics
source: https://posty.hu/en/docs/analytics.md
---

Betekintés

# Analitika és statisztikák

Csatorna- és bejegyzésstatisztika, rövid linkek, és az, hogy melyik szám honnan jön.

## Channel statistics

The `Analytics` section in the left-hand menu shows each channel's platform metrics in charts for your chosen period. This gives you an overview of how the account is performing.

The available metrics vary by platform because each platform provides different data. If a platform doesn't provide a metric, we don't make one up: that row simply doesn't appear.

## Post statistics

The chart icon on a published post opens its statistics. You can choose a period of 7, 30, or 90 days. If the platform hasn't provided any data yet, we let you know instead of showing zeros.

## Link a post

Sometimes a post is published, but the platform doesn't provide an ID we can use to find it later. In that case, the `Link a post` window opens instead of the statistics. It lists the account's most recent posts so you can select the matching one. After that, its statistics work just like those of any other post.

You can do the same via the API using the `PUT /public/v1/posts/:id/release-id` endpoint, for example if you published something outside Posty and still want to see the numbers in one place.

## Short links

If a post contains a link, we offer to shorten it. We track clicks on the short link and show them separately in the post's statistics. This is the only metric we measure ourselves. The rest come from the platform.

## Where the numbers come from

- **From the platform's API.** Impressions, reach, and interactions are measured and defined by the platform itself. That's why the figures you see in Posty may differ from those shown on the platform itself.
- **After a delay.** Platforms don't calculate metrics in real time. A post's figures only become meaningful hours after publishing and may continue to change for days.
- **Only what the account allows.** Some platform metrics are only available for business or creator accounts. If yours isn't one of these, those rows won't appear.

If a number doesn't appear

Check whether the channel is disconnected. We can only retrieve statistics while the connection is active. Channel statuses are covered on the [Connecting a channel](https://posty.hu/en/docs/channels) page.

## Analytics via the API

- `GET /public/v1/analytics/:integration`: a channel's statistics for the requested period.
- `GET /public/v1/analytics/post/:postId`: a published post's platform metrics.

Both require the `analytics:read` permission. The exact response schema is available on the [API endpoints](https://posty.hu/en/docs/api/endpoints) page and in the OpenAPI specification.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
