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
Copy file name to clipboardExpand all lines: api/openapi.yaml
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -306,6 +306,8 @@ paths:
306
306
Returns analytics for posts. With postId, returns a single post. Without it, returns a paginated list with overview stats.
307
307
Accepts both Zernio Post IDs and External Post IDs (auto-resolved). fromDate defaults to 90 days ago if omitted, max range 366 days.
308
308
Single post lookups may return 202 (sync pending) or 424 (all platforms failed). For follower stats, use /v1/accounts/follower-stats.
309
+
310
+
**LinkedIn personal accounts:** Analytics are only available for posts published through Zernio. LinkedIn's API only returns metrics for posts authored by the authenticated user. Organization/company page analytics work for all posts.
309
311
operationId: getAnalytics
310
312
parameters:
311
313
- description: Returns analytics for a single post. Accepts both Zernio Post
description: Returns aggregate analytics across all posts for a LinkedIn personal
6606
-
account. Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics
6608
+
account. Only includes posts published through Zernio (LinkedIn API limitation).
6609
+
Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics
6607
6610
scope.
6608
6611
operationId: getLinkedInAggregateAnalytics
6609
6612
parameters:
@@ -38390,7 +38393,7 @@ x-documentation:
38390
38393
| Twitter/X | Yes | - | Yes | Yes |
38391
38394
| Instagram | Yes | Yes | Yes | Yes |
38392
38395
| Facebook | Yes | Stories | Yes | Yes |
38393
-
| LinkedIn | Yes | - | Yes | - |
38396
+
| LinkedIn | Yes | - | Partial | - |
38394
38397
| TikTok | Yes | - | Yes | - |
38395
38398
| YouTube | Yes | Shorts | Yes | Yes |
38396
38399
| Pinterest | Yes | - | Yes | - |
@@ -38401,6 +38404,8 @@ x-documentation:
38401
38404
| Telegram | Yes | - | - | - |
38402
38405
| Snapchat | Yes | - | - | - |
38403
38406
38407
+
> **LinkedIn Analytics Note:** For personal LinkedIn accounts, analytics are only available for posts published through Zernio. This is a LinkedIn API limitation: the `memberCreatorPostAnalytics` endpoint only returns metrics for posts authored by the authenticated user. Company/organization page analytics are not affected and work for all posts.
Copy file name to clipboardExpand all lines: docs/AnalyticsApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ All URIs are relative to *https://zernio.com/api*
45
45
46
46
Get post analytics
47
47
48
-
Returns analytics for posts. With postId, returns a single post. Without it, returns a paginated list with overview stats. Accepts both Zernio Post IDs and External Post IDs (auto-resolved). fromDate defaults to 90 days ago if omitted, max range 366 days. Single post lookups may return 202 (sync pending) or 424 (all platforms failed). For follower stats, use /v1/accounts/follower-stats.
48
+
Returns analytics for posts. With postId, returns a single post. Without it, returns a paginated list with overview stats. Accepts both Zernio Post IDs and External Post IDs (auto-resolved). fromDate defaults to 90 days ago if omitted, max range 366 days. Single post lookups may return 202 (sync pending) or 424 (all platforms failed). For follower stats, use /v1/accounts/follower-stats. **LinkedIn personal accounts:** Analytics are only available for posts published through Zernio. LinkedIn's API only returns metrics for posts authored by the authenticated user. Organization/company page analytics work for all posts.
49
49
50
50
### Example
51
51
@@ -142,7 +142,7 @@ public class Example {
142
142
143
143
Get post analytics
144
144
145
-
Returns analytics for posts. With postId, returns a single post. Without it, returns a paginated list with overview stats. Accepts both Zernio Post IDs and External Post IDs (auto-resolved). fromDate defaults to 90 days ago if omitted, max range 366 days. Single post lookups may return 202 (sync pending) or 424 (all platforms failed). For follower stats, use /v1/accounts/follower-stats.
145
+
Returns analytics for posts. With postId, returns a single post. Without it, returns a paginated list with overview stats. Accepts both Zernio Post IDs and External Post IDs (auto-resolved). fromDate defaults to 90 days ago if omitted, max range 366 days. Single post lookups may return 202 (sync pending) or 424 (all platforms failed). For follower stats, use /v1/accounts/follower-stats. **LinkedIn personal accounts:** Analytics are only available for posts published through Zernio. LinkedIn's API only returns metrics for posts authored by the authenticated user. Organization/company page analytics work for all posts.
Returns aggregate analytics across all posts for a LinkedIn personal account. Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics scope.
1554
+
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.
1555
1555
1556
1556
### Example
1557
1557
@@ -1634,7 +1634,7 @@ public class Example {
1634
1634
1635
1635
Get LinkedIn aggregate stats
1636
1636
1637
-
Returns aggregate analytics across all posts for a LinkedIn personal account. Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics scope.
1637
+
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.
Copy file name to clipboardExpand all lines: openapi.yaml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ x-documentation:
100
100
| Twitter/X | Yes | - | Yes | Yes |
101
101
| Instagram | Yes | Yes | Yes | Yes |
102
102
| Facebook | Yes | Stories | Yes | Yes |
103
-
| LinkedIn | Yes | - | Yes | - |
103
+
| LinkedIn | Yes | - | Partial | - |
104
104
| TikTok | Yes | - | Yes | - |
105
105
| YouTube | Yes | Shorts | Yes | Yes |
106
106
| Pinterest | Yes | - | Yes | - |
@@ -111,6 +111,8 @@ x-documentation:
111
111
| Telegram | Yes | - | - | - |
112
112
| Snapchat | Yes | - | - | - |
113
113
114
+
> **LinkedIn Analytics Note:** For personal LinkedIn accounts, analytics are only available for posts published through Zernio. This is a LinkedIn API limitation: the `memberCreatorPostAnalytics` endpoint only returns metrics for posts authored by the authenticated user. Company/organization page analytics are not affected and work for all posts.
115
+
114
116
## Rate Limits
115
117
116
118
| Plan | Requests/min | Posts/month |
@@ -3365,6 +3367,8 @@ paths:
3365
3367
Returns analytics for posts. With postId, returns a single post. Without it, returns a paginated list with overview stats.
3366
3368
Accepts both Zernio Post IDs and External Post IDs (auto-resolved). fromDate defaults to 90 days ago if omitted, max range 366 days.
3367
3369
Single post lookups may return 202 (sync pending) or 424 (all platforms failed). For follower stats, use /v1/accounts/follower-stats.
3370
+
3371
+
**LinkedIn personal accounts:** Analytics are only available for posts published through Zernio. LinkedIn's API only returns metrics for posts authored by the authenticated user. Organization/company page analytics work for all posts.
3368
3372
parameters:
3369
3373
- name: postId
3370
3374
in: query
@@ -9892,7 +9896,7 @@ paths:
9892
9896
operationId: getLinkedInAggregateAnalytics
9893
9897
tags: [Analytics]
9894
9898
summary: Get LinkedIn aggregate stats
9895
-
description: Returns aggregate analytics across all posts for a LinkedIn personal account. Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics scope.
9899
+
description: 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.
0 commit comments