zernio-sdk 0.0.964 → 0.0.966

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: 2312b0a32f0c9eee743d32aba896e6cc4d775ffac67a11c0619ef5e18eff4595
4
- data.tar.gz: 82fa14d423e199426cbb645d36f5efb668d00e96d5aa25eba5275153568d3f5a
3
+ metadata.gz: e858c6a6814d1c71d9af0725ae81a55388d9f3679002a420424f8c945fc529d8
4
+ data.tar.gz: 59f42bc3b8dc099e1f8bef68d5aca85c4dda9ed69d1ba972b33ba55f0ddde610
5
5
  SHA512:
6
- metadata.gz: 45b96afd8b4c114964ffdbdc0c537f2b0159792ae2e6e24d72e83a159bc3b702cc3b2ce3c2a93612c986d1d82756e4bead032984a0edd7d8ae7204d48e6a0207
7
- data.tar.gz: 5031c7e8f2b678f6f7b220322a0b98b20c5e488808e66788f89610e7ef9c472ec9d4c856d791afd079428ae775eb7b6ef75c82de2f03edcf7527a4784d70947b
6
+ metadata.gz: 9eaa589eac16403b97f53b9a5dee909b8a4dddaae050315892e98dcbac27e973191db901254dc132d7901ff0b6b6c77fcd8662369d223bc0bb202cb392729721
7
+ data.tar.gz: cac2cd01d98d8e13756073074bba21cb980d8deecb6edff3988b537388b6b8f8088ee0cb95801b4d8b1bd156bb4370f220acb4da522c940bf45c748b76224ff2
@@ -10,7 +10,7 @@
10
10
  | **goal** | **String** | Mapped to the ODAX objective (same mapping as POST /v1/ads/create). | |
11
11
  | **is_skadnetwork_attribution** | **Boolean** | Meta app promotion only. Immutable campaign flag. Set true for iOS 14+ SKAdNetwork campaigns and supply promotedObject.applicationId plus promotedObject.objectStoreUrl. The campaign receives promotedObject only when this flag is true. Cannot be changed on an existing campaign. | [optional] |
12
12
  | **promoted_object** | [**AdPromotedObject**](AdPromotedObject.md) | | [optional] |
13
- | **buying_type** | **String** | Meta only. OMIT on non-Meta platforms (Google Ads, etc.): any value is rejected with a 400. On Meta the server applies AUCTION when omitted, so it does not need to be sent; RESERVED = Reach & Frequency. SKAdNetwork app promotion requires AUCTION. | [optional] |
13
+ | **buying_type** | **String** | Every platform buys at auction by default, so this only needs sending on Meta, and only to choose RESERVED. `AUCTION` is accepted on every platform and changes nothing. `RESERVED` (Reach & Frequency) is Meta-only and is rejected with a 400 elsewhere. SKAdNetwork app promotion requires AUCTION. | [optional] |
14
14
  | **validate_only** | **Boolean** | Meta only. Runs campaign validation without creating or persisting a campaign; Idempotency-Key storage is bypassed. Returns HTTP 200 with validateOnly true and status VALIDATED. | [optional] |
15
15
  | **special_ad_categories** | **Array<String>** | | [optional] |
16
16
  | **budget_amount** | **Float** | Campaign-level (CBO) budget in WHOLE currency units (USD: 50 = $50.00), NOT cents. Meta's own Marketing API takes this same number in minor units, so it is an easy and expensive mix-up. Requires budgetType. | [optional] |
@@ -12,7 +12,7 @@
12
12
  | **tags** | **Array<String>** | Array of keyword tags (max 500 characters combined for YouTube) | [optional] |
13
13
  | **category_id** | **String** | YouTube video category ID | [optional] |
14
14
  | **privacy_status** | **String** | Video privacy setting | [optional] |
15
- | **thumbnail_url** | **String** | Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 2 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails. | [optional] |
15
+ | **thumbnail_url** | **String** | Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 50 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails. | [optional] |
16
16
  | **made_for_kids** | **Boolean** | COPPA compliance flag. Set true for child-directed content (restricts comments, notifications, ad targeting). | [optional] |
17
17
  | **contains_synthetic_media** | **Boolean** | AI-generated content disclosure. Set true if the video contains synthetic content that could be mistaken for real. YouTube may add a label. | [optional] |
18
18
  | **playlist_id** | **String** | YouTube playlist ID to add the video to (e.g. 'PLxxxxxxxxxxxxx'). Use GET /v1/accounts/{id}/youtube-playlists to list available playlists. Only playlists owned by the channel are supported. | [optional] |
@@ -31,7 +31,7 @@ module Zernio
31
31
 
32
32
  attr_accessor :promoted_object
33
33
 
34
- # Meta only. OMIT on non-Meta platforms (Google Ads, etc.): any value is rejected with a 400. On Meta the server applies AUCTION when omitted, so it does not need to be sent; RESERVED = Reach & Frequency. SKAdNetwork app promotion requires AUCTION.
34
+ # Every platform buys at auction by default, so this only needs sending on Meta, and only to choose RESERVED. `AUCTION` is accepted on every platform and changes nothing. `RESERVED` (Reach & Frequency) is Meta-only and is rejected with a 400 elsewhere. SKAdNetwork app promotion requires AUCTION.
35
35
  attr_accessor :buying_type
36
36
 
37
37
  # Meta only. Runs campaign validation without creating or persisting a campaign; Idempotency-Key storage is bypassed. Returns HTTP 200 with validateOnly true and status VALIDATED.
@@ -39,7 +39,7 @@ module Zernio
39
39
  # Video privacy setting
40
40
  attr_accessor :privacy_status
41
41
 
42
- # Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 2 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails.
42
+ # Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 50 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails.
43
43
  attr_accessor :thumbnail_url
44
44
 
45
45
  # COPPA compliance flag. Set true for child-directed content (restricts comments, notifications, ad targeting).
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.964'
14
+ VERSION = '0.0.966'
15
15
  end
data/openapi.yaml CHANGED
@@ -17992,7 +17992,7 @@ paths:
17992
17992
  thumbnailUrl:
17993
17993
  type: string
17994
17994
  format: uri
17995
- description: "Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 2 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails."
17995
+ description: "Public URL of a custom thumbnail image (JPEG, PNG, or GIF, max 50 MB, recommended 1280x720). Works on any video you own, including existing videos not published through Zernio. The channel must be verified (phone verification) to set custom thumbnails."
17996
17996
  madeForKids:
17997
17997
  type: boolean
17998
17998
  description: "COPPA compliance flag. Set true for child-directed content (restricts comments, notifications, ad targeting)."
@@ -44446,7 +44446,7 @@ paths:
44446
44446
  buyingType:
44447
44447
  type: string
44448
44448
  enum: [AUCTION, RESERVED]
44449
- description: 'Meta only. OMIT on non-Meta platforms (Google Ads, etc.): any value is rejected with a 400. On Meta the server applies AUCTION when omitted, so it does not need to be sent; RESERVED = Reach & Frequency. SKAdNetwork app promotion requires AUCTION.'
44449
+ description: 'Every platform buys at auction by default, so this only needs sending on Meta, and only to choose RESERVED. `AUCTION` is accepted on every platform and changes nothing. `RESERVED` (Reach & Frequency) is Meta-only and is rejected with a 400 elsewhere. SKAdNetwork app promotion requires AUCTION.'
44450
44450
  validateOnly:
44451
44451
  type: boolean
44452
44452
  description: 'Meta only. Runs campaign validation without creating or persisting a campaign; Idempotency-Key storage is bypassed. Returns HTTP 200 with validateOnly true and status VALIDATED.'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.964
4
+ version: 0.0.966
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-15 00:00:00.000000000 Z
11
+ date: 2026-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus