Oktopost
Analytics

Post Analytics

Retrieve performance metrics including reach, impressions, engagements, and conversions for individual posts.

Post analytics provide detailed performance data for individual social media posts, including impressions, engagements (likes, comments, shares), and conversions attributed to each post. Use this endpoint to retrieve the most current analytics data for scheduled posts or sent posts by their IDs, enabling performance monitoring and post-level reporting.

This endpoint returns analytics for individual posts by ID. For bulk analytics, trend analysis, or reporting across multiple posts, use the Exports endpoints instead.

If a metric is not available for the social network or profile the stat value will return -1 instead of 0.

Example Request

https://api.oktopost.com/v2/analytics/004000000000001

Example Result

{
    "Result": true,
    "Stats": {
        "LinkClicks": 6,
        "Conversions": 1,
        "Comments": 0,
        "Likes": 2,
        "Shares": 1,
        "ImpressionsAdded": 69
    }
}