What is tracked
The exact metrics vary by platform, but PostSider collects the following where supported:- Impressions: how many times your post was displayed
- Reach: the number of unique accounts that saw your post
- Engagement: likes, comments, shares, reposts, and similar interactions
Platforms with analytics support
PostSider can retrieve analytics for posts published to the following platforms:X (Twitter)
TikTok
yt-analytics.readonly scope, which the production integration does not currently request. Platforms such as Bluesky, Mastodon, Discord, and Telegram generally do not expose post analytics through their public APIs.
Viewing analytics in the dashboard
Post-level analytics Open any published post from the Posts list or the calendar, then open its Analytics view to see metrics for that specific post. Channel-level analytics Go to the Analytics section in the dashboard sidebar and select a channel to see aggregated metrics across all of that channel’s posts over the selected date range.Filtering by date range
Use the date range picker at the top of the Analytics page to focus on a period. The dashboard provides Last 7 days, Last 30 days, and Last 90 days presets. The API accepts provider-specific date parameters.Accessing analytics programmatically
REST APIGET /public/v1/analytics/post/:postId for a single post. The response shape is platform-specific. See the Channels API for details.
MCP server
AI agents connected through the MCP server can read analytics with two tools:
postsider_get_channel_analyticsfor account-level metrics on a channelpostsider_get_post_analyticsfor a single post
Analytics availability depends entirely on what each platform exposes through its API. Some platforms also require the connected account to have specific permissions or meet minimum follower thresholds. If you see no data for a channel, check that your account meets the platform’s requirements.

