late-sdk 0.0.749 → 0.0.750

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: 32af3f975304c34e27f4aedc7d0ccd9f87a5a624ba0d4c3c2207ee308b63d41b
4
- data.tar.gz: f7d51d2bfc2aac66aeaf3fa0e6cae5edc417da7563d4330a178c61113ab80940
3
+ metadata.gz: bcd28790240c43b4e2f3250f4afd7789d94126f453e303d84e4634978158a46a
4
+ data.tar.gz: 7a33228d49298d3209c2cf02faa647d3a1fcde0ca81063b9665c9e46110caebe
5
5
  SHA512:
6
- metadata.gz: 624d96188e9cf19e6498f93ca3700372a9df3a7a938cb656318d9bfe99ebf9cb198b21a2602d9c6e8065d321ebf09ba0e0afa10f56c3c0b7c8143175d8315121
7
- data.tar.gz: '09631f2c5e07c460f4ef7fd76b4b34196cc7f7e2bc94aec96f62dcb853aabb45f69a4552eea3983c7cbb5a04b88bfc912d26759ae347a8ef96478d3f4fa2517a'
6
+ metadata.gz: 565fb61b86be4191912b9d04e06a01aa68ab907b4a0580f078f33047a0ba2a66e09fc8b87ff9e5a67b9c03e6e5fab267a6d2dffe6edd0ca2d84d4c580de543cf
7
+ data.tar.gz: 7b974bc809226d396176f9f6f23642c1adb830b46b7ec43d96e7d6fbc5975face2a0af558f48879131be260fda4a82dc8e5c84c34c3b6be17a036b9a294bd431
@@ -851,7 +851,7 @@ opts = {
851
851
  source: 'zernio', # String | `all` (default) returns both Zernio-created ads and those discovered from the platform's ad manager — matches the web UI's default view. Pass `zernio` to restrict to isExternal=false only. Status is NOT filtered by default — use the `status` param for that.
852
852
  platform: 'facebook', # String |
853
853
  status: Zernio::AdStatus::ACTIVE, # AdStatus | Filter by derived campaign status (post-aggregation)
854
- ad_account_id: 'ad_account_id_example', # String | Platform ad account ID
854
+ ad_account_id: 'ad_account_id_example', # String | One or more platform ad account IDs to scope the tree to (agency profiles connect a whole Business Manager but a workspace usually cares about a subset). Comma-separate for multiple (`?adAccountId=act_1,act_2,act_3`); single value keeps its old shape. Max 50 accounts per request; the plural aliases `adAccountIds` and `platformAdAccountIds` are rejected with a 400 to stop them from silently returning the unfiltered fleet.
855
855
  page_id: 'page_id_example', # String | Meta only: Facebook Page ID. Prunes the tree to ads whose creative is backed by this Page — campaigns and ad sets with no ad on the Page drop out, and rolled-up metrics cover only the Page's ads. Mirrors the same filter on /v1/ads and /v1/ads/campaigns.
856
856
  account_id: 'account_id_example', # String | Social account ID
857
857
  profile_id: 'profile_id_example', # String | Profile ID
@@ -901,7 +901,7 @@ end
901
901
  | **source** | **String** | `all` (default) returns both Zernio-created ads and those discovered from the platform's ad manager — matches the web UI's default view. Pass `zernio` to restrict to isExternal=false only. Status is NOT filtered by default — use the `status` param for that. | [optional][default to 'all'] |
902
902
  | **platform** | **String** | | [optional] |
903
903
  | **status** | [**AdStatus**](.md) | Filter by derived campaign status (post-aggregation) | [optional] |
904
- | **ad_account_id** | **String** | Platform ad account ID | [optional] |
904
+ | **ad_account_id** | **String** | One or more platform ad account IDs to scope the tree to (agency profiles connect a whole Business Manager but a workspace usually cares about a subset). Comma-separate for multiple (`?adAccountId=act_1,act_2,act_3`); single value keeps its old shape. Max 50 accounts per request; the plural aliases `adAccountIds` and `platformAdAccountIds` are rejected with a 400 to stop them from silently returning the unfiltered fleet. | [optional] |
905
905
  | **page_id** | **String** | Meta only: Facebook Page ID. Prunes the tree to ads whose creative is backed by this Page — campaigns and ad sets with no ad on the Page drop out, and rolled-up metrics cover only the Page's ads. Mirrors the same filter on /v1/ads and /v1/ads/campaigns. | [optional] |
906
906
  | **account_id** | **String** | Social account ID | [optional] |
907
907
  | **profile_id** | **String** | Profile ID | [optional] |
@@ -832,7 +832,7 @@ module Zernio
832
832
  # @option opts [String] :source `all` (default) returns both Zernio-created ads and those discovered from the platform's ad manager — matches the web UI's default view. Pass `zernio` to restrict to isExternal=false only. Status is NOT filtered by default — use the `status` param for that. (default to 'all')
833
833
  # @option opts [String] :platform
834
834
  # @option opts [AdStatus] :status Filter by derived campaign status (post-aggregation)
835
- # @option opts [String] :ad_account_id Platform ad account ID
835
+ # @option opts [String] :ad_account_id One or more platform ad account IDs to scope the tree to (agency profiles connect a whole Business Manager but a workspace usually cares about a subset). Comma-separate for multiple (`?adAccountId=act_1,act_2,act_3`); single value keeps its old shape. Max 50 accounts per request; the plural aliases `adAccountIds` and `platformAdAccountIds` are rejected with a 400 to stop them from silently returning the unfiltered fleet.
836
836
  # @option opts [String] :page_id Meta only: Facebook Page ID. Prunes the tree to ads whose creative is backed by this Page — campaigns and ad sets with no ad on the Page drop out, and rolled-up metrics cover only the Page's ads. Mirrors the same filter on /v1/ads and /v1/ads/campaigns.
837
837
  # @option opts [String] :account_id Social account ID
838
838
  # @option opts [String] :profile_id Profile ID
@@ -858,7 +858,7 @@ module Zernio
858
858
  # @option opts [String] :source `all` (default) returns both Zernio-created ads and those discovered from the platform's ad manager — matches the web UI's default view. Pass `zernio` to restrict to isExternal=false only. Status is NOT filtered by default — use the `status` param for that. (default to 'all')
859
859
  # @option opts [String] :platform
860
860
  # @option opts [AdStatus] :status Filter by derived campaign status (post-aggregation)
861
- # @option opts [String] :ad_account_id Platform ad account ID
861
+ # @option opts [String] :ad_account_id One or more platform ad account IDs to scope the tree to (agency profiles connect a whole Business Manager but a workspace usually cares about a subset). Comma-separate for multiple (`?adAccountId=act_1,act_2,act_3`); single value keeps its old shape. Max 50 accounts per request; the plural aliases `adAccountIds` and `platformAdAccountIds` are rejected with a 400 to stop them from silently returning the unfiltered fleet.
862
862
  # @option opts [String] :page_id Meta only: Facebook Page ID. Prunes the tree to ads whose creative is backed by this Page — campaigns and ad sets with no ad on the Page drop out, and rolled-up metrics cover only the Page's ads. Mirrors the same filter on /v1/ads and /v1/ads/campaigns.
863
863
  # @option opts [String] :account_id Social account ID
864
864
  # @option opts [String] :profile_id Profile ID
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.749'
14
+ VERSION = '0.0.750'
15
15
  end
data/openapi.yaml CHANGED
@@ -39941,7 +39941,7 @@ paths:
39941
39941
  - { name: source, in: query, schema: { type: string, enum: [zernio, all], default: all }, description: "`all` (default) returns both Zernio-created ads and those discovered from the platform's ad manager — matches the web UI's default view. Pass `zernio` to restrict to isExternal=false only. Status is NOT filtered by default — use the `status` param for that." }
39942
39942
  - { name: platform, in: query, schema: { type: string, enum: [facebook, instagram, tiktok, linkedin, pinterest, google, twitter, openai] } }
39943
39943
  - { name: status, in: query, schema: { $ref: '#/components/schemas/AdStatus' }, description: Filter by derived campaign status (post-aggregation) }
39944
- - { name: adAccountId, in: query, schema: { type: string }, description: Platform ad account ID }
39944
+ - { name: adAccountId, in: query, schema: { type: string }, description: "One or more platform ad account IDs to scope the tree to (agency profiles connect a whole Business Manager but a workspace usually cares about a subset). Comma-separate for multiple (`?adAccountId=act_1,act_2,act_3`); single value keeps its old shape. Max 50 accounts per request; the plural aliases `adAccountIds` and `platformAdAccountIds` are rejected with a 400 to stop them from silently returning the unfiltered fleet." }
39945
39945
  - { name: pageId, in: query, schema: { type: string }, description: "Meta only: Facebook Page ID. Prunes the tree to ads whose creative is backed by this Page — campaigns and ad sets with no ad on the Page drop out, and rolled-up metrics cover only the Page's ads. Mirrors the same filter on /v1/ads and /v1/ads/campaigns." }
39946
39946
  - { name: accountId, in: query, schema: { type: string }, description: Social account ID }
39947
39947
  - { name: profileId, in: query, schema: { type: string }, description: Profile ID }
@@ -185,7 +185,7 @@ describe 'AdCampaignsApi' do
185
185
  # @option opts [String] :source `all` (default) returns both Zernio-created ads and those discovered from the platform's ad manager — matches the web UI's default view. Pass `zernio` to restrict to isExternal=false only. Status is NOT filtered by default — use the `status` param for that.
186
186
  # @option opts [String] :platform
187
187
  # @option opts [AdStatus] :status Filter by derived campaign status (post-aggregation)
188
- # @option opts [String] :ad_account_id Platform ad account ID
188
+ # @option opts [String] :ad_account_id One or more platform ad account IDs to scope the tree to (agency profiles connect a whole Business Manager but a workspace usually cares about a subset). Comma-separate for multiple (`?adAccountId=act_1,act_2,act_3`); single value keeps its old shape. Max 50 accounts per request; the plural aliases `adAccountIds` and `platformAdAccountIds` are rejected with a 400 to stop them from silently returning the unfiltered fleet.
189
189
  # @option opts [String] :page_id Meta only: Facebook Page ID. Prunes the tree to ads whose creative is backed by this Page — campaigns and ad sets with no ad on the Page drop out, and rolled-up metrics cover only the Page's ads. Mirrors the same filter on /v1/ads and /v1/ads/campaigns.
190
190
  # @option opts [String] :account_id Social account ID
191
191
  # @option opts [String] :profile_id Profile ID
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.749
4
+ version: 0.0.750
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -5422,7 +5422,7 @@ files:
5422
5422
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
5423
5423
  - spec/models/you_tube_video_retention_response_spec.rb
5424
5424
  - spec/spec_helper.rb
5425
- - zernio-sdk-0.0.749.gem
5425
+ - zernio-sdk-0.0.750.gem
5426
5426
  - zernio-sdk.gemspec
5427
5427
  homepage: https://openapi-generator.tech
5428
5428
  licenses:
Binary file