You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Times the post was saved (personal accounts only; 0 for organization accounts)
[optional]
sends
Integer
Times the post was sent via LinkedIn messaging (personal accounts only; 0 for organization accounts)
[optional]
clicks
Integer
Clicks on the post (organization accounts only)
[optional]
views
Integer
Video views (video posts only)
[optional]
engagement_rate
Float
Engagement rate, as a percentage rounded to 2 decimals: (likes + comments + shares + clicks + saves + sends) / impressions * 100. Unlike PostAnalytics.engagementRate on GET /v1/analytics, this one DOES count clicks and has no fallback denominator, so it is 0 whenever impressions is 0. For organization accounts the value is the rate LinkedIn returns, not one computed here.