late-sdk 0.0.123 → 0.0.124

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71793f075aa79c8502aecc6e20853c8b6e572d3808a7d9043ff73cab84bd4603
4
- data.tar.gz: 7a904e33e411bdba92d0c4d302738aa3e5967918dd5256f8f4c7736a111d0f4b
3
+ metadata.gz: 70478dba7c503bbc30ebba620267315ff26c263a099d38106285b68127b97f3b
4
+ data.tar.gz: 30cc6e7a920292bc3455548bc6801898813d0296cce94f7aacd3fa24b28015c7
5
5
  SHA512:
6
- metadata.gz: 2a53768a93972ac2a1b2a833fb2ab706339e8018607ba8efee6a2d37b69c64ea4bfe1e8dd727d67385786c4d7b0a1703390f34c1a03f0fc175a3249838a63924
7
- data.tar.gz: d20e3eaf2a41c6f23b770efbede5434841ca5acb9d0a7dcb25c59bee1e3bd98777fa51272280bce548696d95861943de8e7a9cad062f2a680ad3f4e7840ef54d
6
+ metadata.gz: 1532c8268f9ee8f02cd991f1e8428be42fbcd6fe9e23b73ec5adc9ab3ac1deb83e9515d9ed847b3832afd9b7fd584f368e876d1f9828fe99eda64a63498901fb
7
+ data.tar.gz: 3f1a5749c7996c646e9046fa5df235d84659126439303d623fa9abd90b48fac00648fcd8d83070d00960c58ee3f7ed6cdc124108506ef02ea989ac5191e70c51
data/docs/AnalyticsApi.md CHANGED
@@ -28,7 +28,7 @@ All URIs are relative to *https://zernio.com/api*
28
28
 
29
29
  Get post analytics
30
30
 
31
- 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.
31
+ 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.
32
32
 
33
33
  ### Examples
34
34
 
@@ -739,7 +739,7 @@ end
739
739
 
740
740
  Get LinkedIn aggregate stats
741
741
 
742
- Returns aggregate analytics across all posts for a LinkedIn personal account. Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics scope.
742
+ 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.
743
743
 
744
744
  ### Examples
745
745
 
@@ -20,7 +20,7 @@ module Late
20
20
  @api_client = api_client
21
21
  end
22
22
  # Get post analytics
23
- # 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.
23
+ # 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.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :post_id Returns analytics for a single post. Accepts both Zernio Post IDs and External Post IDs. Zernio IDs are auto-resolved to External Post analytics.
26
26
  # @option opts [String] :platform Filter by platform (default \"all\")
@@ -40,7 +40,7 @@ module Late
40
40
  end
41
41
 
42
42
  # Get post analytics
43
- # 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.
43
+ # 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.
44
44
  # @param [Hash] opts the optional parameters
45
45
  # @option opts [String] :post_id Returns analytics for a single post. Accepts both Zernio Post IDs and External Post IDs. Zernio IDs are auto-resolved to External Post analytics.
46
46
  # @option opts [String] :platform Filter by platform (default \"all\")
@@ -746,7 +746,7 @@ module Late
746
746
  end
747
747
 
748
748
  # Get LinkedIn aggregate stats
749
- # Returns aggregate analytics across all posts for a LinkedIn personal account. Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics scope.
749
+ # 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.
750
750
  # @param account_id [String] The ID of the LinkedIn personal account
751
751
  # @param [Hash] opts the optional parameters
752
752
  # @option opts [String] :aggregation TOTAL (default, lifetime totals) or DAILY (time series). MEMBERS_REACHED not available with DAILY. (default to 'TOTAL')
@@ -760,7 +760,7 @@ module Late
760
760
  end
761
761
 
762
762
  # Get LinkedIn aggregate stats
763
- # Returns aggregate analytics across all posts for a LinkedIn personal account. Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics scope.
763
+ # 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.
764
764
  # @param account_id [String] The ID of the LinkedIn personal account
765
765
  # @param [Hash] opts the optional parameters
766
766
  # @option opts [String] :aggregation TOTAL (default, lifetime totals) or DAILY (time series). MEMBERS_REACHED not available with DAILY. (default to 'TOTAL')
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.123'
14
+ VERSION = '0.0.124'
15
15
  end
data/openapi.yaml CHANGED
@@ -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.
9896
9900
  parameters:
9897
9901
  - name: accountId
9898
9902
  in: path
@@ -34,7 +34,7 @@ describe 'AnalyticsApi' do
34
34
 
35
35
  # unit tests for get_analytics
36
36
  # Get post analytics
37
- # 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.
37
+ # 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.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :post_id Returns analytics for a single post. Accepts both Zernio Post IDs and External Post IDs. Zernio IDs are auto-resolved to External Post analytics.
40
40
  # @option opts [String] :platform Filter by platform (default \"all\")
@@ -178,7 +178,7 @@ describe 'AnalyticsApi' do
178
178
 
179
179
  # unit tests for get_linked_in_aggregate_analytics
180
180
  # Get LinkedIn aggregate stats
181
- # Returns aggregate analytics across all posts for a LinkedIn personal account. Org accounts should use /v1/analytics instead. Requires r_member_postAnalytics scope.
181
+ # 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.
182
182
  # @param account_id The ID of the LinkedIn personal account
183
183
  # @param [Hash] opts the optional parameters
184
184
  # @option opts [String] :aggregation TOTAL (default, lifetime totals) or DAILY (time series). MEMBERS_REACHED not available with DAILY.
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: late-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.123
4
+ version: 0.0.124
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -2463,7 +2463,7 @@ files:
2463
2463
  - spec/models/you_tube_scope_missing_response_scope_status_spec.rb
2464
2464
  - spec/models/you_tube_scope_missing_response_spec.rb
2465
2465
  - spec/spec_helper.rb
2466
- - zernio-sdk-0.0.123.gem
2466
+ - zernio-sdk-0.0.124.gem
2467
2467
  homepage: https://openapi-generator.tech
2468
2468
  licenses:
2469
2469
  - Unlicense
Binary file