LinkedIn post analytics
Retrieve post analytics for a LinkedIn profile within a date range. When a post was published from Ordinal, the response includes an ordinalPost object with the linked postβs id, title, labels, and campaign. For personal profiles, the response also includes saveCount (times the post was saved) and sendCount (times the post was sent via DM).
Documentation Index
Fetch the complete documentation index at: https://docs.tryordinal.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Generate an API key from your workspace settings.
Path Parameters
LinkedIn profile ID (UUID)
Query Parameters
Start date for analytics (defaults to 30 days ago)
End date for analytics (defaults to today)
Response
LinkedIn post analytics
LinkedIn post URL
The type of LinkedIn post
Text, Article, Image, Video, Poll, Celebration, Job, Event, Document, Repost, QuotePost, MultiImage Times the post was saved to view later. Available for personal LinkedIn profiles only.
Times the post was sent via direct message. Available for personal LinkedIn profiles only.
Engagement rate (total engagements / impressions), typically between 0 and 1
Earned Media Value calculated as (impressionCount / 1000) * CPM
Linked Ordinal post when this external post was published from Ordinal, null otherwise