---
search:
  tags:
    - Analytics
    - GET
seo:
  description: >-
    Retrieve post analytics for a LinkedIn profile within a date range.…
    Reference for the GET /analytics/linkedin/{profileId}/posts endpoint in the
    Ordinal API.
sidebar:
  label: LinkedIn post analytics
  badge: GET
title: LinkedIn post analytics
type: openapi-operation
---
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.

**Click metrics by profile type:**
- Personal (member) profiles return `linkClickCount`, `profileViewFromContentCount`, `premiumCtaClickCount`, and `followerGainedFromContentCount`. `clickCount` is always null.
- Organization (company page) profiles return `clickCount` for total post clicks. The four member-only fields above are always null.

Personal profiles also include `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`
