v3

latestOpenAPI 3.1.02026-08-016689273.4 KB
Analytics

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). Posts with type Video also include videoViewCount, videoViewerCount, and videoWatchTimeSeconds; these fields are null for non-video posts and for video posts that have not yet been synced.

get/analytics/linkedin/{profileId}/posts

Path parameters

profileIdstring uuid required

LinkedIn profile ID (UUID)

Query parameters

startDatestring date

Start date for analytics (defaults to 30 days ago)

endDatestring date

End date for analytics (defaults to today)

Response

LinkedIn post analytics

idstring uuid required
urlstring uri required

LinkedIn post URL

commentarystring nullable
type'Text' | 'Article' | 'Image' | 'Video' | 'Poll' | 'Celebration' | 'Job' | 'Event' | 'Document' | 'Repost' | 'QuotePost' | 'MultiImage' required

The type of LinkedIn post

publishedAtstring date-time nullable
likeCountinteger nullable
commentCountinteger nullable
shareCountinteger nullable
clickCountinteger nullable
saveCountinteger nullable

Times the post was saved to view later. Available for personal LinkedIn profiles only.

sendCountinteger nullable

Times the post was sent via direct message. Available for personal LinkedIn profiles only.

impressionCountinteger nullable
engagementnumber nullable

Engagement rate (total engagements / impressions), typically between 0 and 1

emvnumber nullable

Earned Media Value calculated as (impressionCount / 1000) * CPM

videoViewCountinteger nullable

Total views on a video post. Only populated for posts with type Video; null for non-video posts and video posts that have not yet been synced.

videoViewerCountinteger nullable

Unique viewers of a video post. Only populated for posts with type Video; null for non-video posts and video posts that have not yet been synced.

videoWatchTimeSecondsinteger nullable

Total watch time across all viewers, in whole seconds. Only populated for posts with type Video; null for non-video posts and video posts that have not yet been synced.