v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
Analytics

Get LinkedIn aggregate stats

Returns aggregate analytics across all posts for a LinkedIn personal account. Only includes posts published through Zernio (LinkedIn API limitation). Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics scope. Saves (POST_SAVE) and sends (POST_SEND) are available for personal accounts; organization pages always return 0 for these two metrics because LinkedIn does not expose them on the organization analytics endpoint.

get/v1/accounts/{accountId}/linkedin-aggregate-analytics

Path parameters

accountIdstring required

The ID of the LinkedIn personal account

Query parameters

aggregation'TOTAL' | 'DAILY'

TOTAL (default, lifetime totals) or DAILY (time series). MEMBERS_REACHED not available with DAILY.

startDatestring date

Start date (YYYY-MM-DD). If omitted, returns lifetime analytics.

endDatestring date

End date (YYYY-MM-DD, exclusive). Defaults to today if omitted.

metricsstring

Comma-separated metrics: IMPRESSION, MEMBERS_REACHED, REACTION, COMMENT, RESHARE, POST_SAVE, POST_SEND. Omit for all.

Response

Aggregate analytics data

OR

Example response

{
  "platform": "linkedin",
  "accountType": "personal"
}