late-sdk 0.0.748 → 0.0.749

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: f987dd08d7dd5e9ce7dd4a8cd7b84ab82c3e0057b14b26a1927e3ea431bb2004
4
- data.tar.gz: ae029c84794254a6def3fb5ce5a34af8f1def67cb3095cd0a341dd5f3e11d168
3
+ metadata.gz: 32af3f975304c34e27f4aedc7d0ccd9f87a5a624ba0d4c3c2207ee308b63d41b
4
+ data.tar.gz: f7d51d2bfc2aac66aeaf3fa0e6cae5edc417da7563d4330a178c61113ab80940
5
5
  SHA512:
6
- metadata.gz: e4d7906c7f7e74ef4f7bd8724264671e43b7b8947287cdc33e28250cd60b988c729df862d4417f0d121eac13378bd3da7005009b6fe015366ed8a08cd44c6fd8
7
- data.tar.gz: 53646c986ab73793ec15c9518b23b793c9646f8eace9cbfcd54cd02daac0b0708ca11ba96478f06b0d0f90ea91314e6e2878dc7f05fda8ee375a2a05fb6ff3a7
6
+ metadata.gz: 624d96188e9cf19e6498f93ca3700372a9df3a7a938cb656318d9bfe99ebf9cb198b21a2602d9c6e8065d321ebf09ba0e0afa10f56c3c0b7c8143175d8315121
7
+ data.tar.gz: '09631f2c5e07c460f4ef7fd76b4b34196cc7f7e2bc94aec96f62dcb853aabb45f69a4552eea3983c7cbb5a04b88bfc912d26759ae347a8ef96478d3f4fa2517a'
@@ -826,7 +826,7 @@ end
826
826
 
827
827
  Ad video library
828
828
 
829
- Lists the ad account's video library (Meta's `/act_X/advideos`), rows returned verbatim. The default projection covers id, title, status, poster frames and length; `fields` is a raw-passthrough override. Any `id` here is reusable as `video.id` on the create endpoints, so N ads that differ only in copy share one upload. This is the only way to reach a video uploaded OUTSIDE Zernio (Ads Manager, another tool); videos we uploaded also come back as `creative.videoId` on GET /v1/ads. Meta transcodes asynchronously, so a row is only usable once `status.video_status` reads `ready`. Upload a new video via POST /v1/ads/videos, or inline via `video.url` on POST /v1/ads/create.
829
+ Lists the ad account's video library (Meta's `/act_X/advideos`), rows returned verbatim. The default projection covers id, title, status, poster frames, length and `source` (the playable MP4); `fields` is a raw-passthrough override. Any `id` here is reusable as `video.id` on the create endpoints, so N ads that differ only in copy share one upload. `source` lets you PLAY a video before picking it, which a poster frame alone can't settle when several videos share a first frame. It is a signed CDN URL that EXPIRES, so treat it as good for preview at selection time only — never persist it, re-list to get a fresh one. This is the only way to reach a video uploaded OUTSIDE Zernio (Ads Manager, another tool); videos we uploaded also come back as `creative.videoId` on GET /v1/ads. Meta transcodes asynchronously, so a row is only usable once `status.video_status` reads `ready`. Upload a new video via POST /v1/ads/videos, or inline via `video.url` on POST /v1/ads/create.
830
830
 
831
831
  ### Examples
832
832
 
@@ -822,7 +822,7 @@ module Zernio
822
822
  end
823
823
 
824
824
  # Ad video library
825
- # Lists the ad account's video library (Meta's `/act_X/advideos`), rows returned verbatim. The default projection covers id, title, status, poster frames and length; `fields` is a raw-passthrough override. Any `id` here is reusable as `video.id` on the create endpoints, so N ads that differ only in copy share one upload. This is the only way to reach a video uploaded OUTSIDE Zernio (Ads Manager, another tool); videos we uploaded also come back as `creative.videoId` on GET /v1/ads. Meta transcodes asynchronously, so a row is only usable once `status.video_status` reads `ready`. Upload a new video via POST /v1/ads/videos, or inline via `video.url` on POST /v1/ads/create.
825
+ # Lists the ad account's video library (Meta's `/act_X/advideos`), rows returned verbatim. The default projection covers id, title, status, poster frames, length and `source` (the playable MP4); `fields` is a raw-passthrough override. Any `id` here is reusable as `video.id` on the create endpoints, so N ads that differ only in copy share one upload. `source` lets you PLAY a video before picking it, which a poster frame alone can't settle when several videos share a first frame. It is a signed CDN URL that EXPIRES, so treat it as good for preview at selection time only — never persist it, re-list to get a fresh one. This is the only way to reach a video uploaded OUTSIDE Zernio (Ads Manager, another tool); videos we uploaded also come back as `creative.videoId` on GET /v1/ads. Meta transcodes asynchronously, so a row is only usable once `status.video_status` reads `ready`. Upload a new video via POST /v1/ads/videos, or inline via `video.url` on POST /v1/ads/create.
826
826
  # @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
827
827
  # @param ad_account_id [String] Meta ad account id (act_<n>).
828
828
  # @param [Hash] opts the optional parameters
@@ -836,7 +836,7 @@ module Zernio
836
836
  end
837
837
 
838
838
  # Ad video library
839
- # Lists the ad account's video library (Meta's `/act_X/advideos`), rows returned verbatim. The default projection covers id, title, status, poster frames and length; `fields` is a raw-passthrough override. Any `id` here is reusable as `video.id` on the create endpoints, so N ads that differ only in copy share one upload. This is the only way to reach a video uploaded OUTSIDE Zernio (Ads Manager, another tool); videos we uploaded also come back as `creative.videoId` on GET /v1/ads. Meta transcodes asynchronously, so a row is only usable once `status.video_status` reads `ready`. Upload a new video via POST /v1/ads/videos, or inline via `video.url` on POST /v1/ads/create.
839
+ # Lists the ad account's video library (Meta's `/act_X/advideos`), rows returned verbatim. The default projection covers id, title, status, poster frames, length and `source` (the playable MP4); `fields` is a raw-passthrough override. Any `id` here is reusable as `video.id` on the create endpoints, so N ads that differ only in copy share one upload. `source` lets you PLAY a video before picking it, which a poster frame alone can't settle when several videos share a first frame. It is a signed CDN URL that EXPIRES, so treat it as good for preview at selection time only — never persist it, re-list to get a fresh one. This is the only way to reach a video uploaded OUTSIDE Zernio (Ads Manager, another tool); videos we uploaded also come back as `creative.videoId` on GET /v1/ads. Meta transcodes asynchronously, so a row is only usable once `status.video_status` reads `ready`. Upload a new video via POST /v1/ads/videos, or inline via `video.url` on POST /v1/ads/create.
840
840
  # @param account_id [String] Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
841
841
  # @param ad_account_id [String] Meta ad account id (act_<n>).
842
842
  # @param [Hash] opts the optional parameters
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.748'
14
+ VERSION = '0.0.749'
15
15
  end
data/openapi.yaml CHANGED
@@ -43902,9 +43902,13 @@ paths:
43902
43902
  summary: Ad video library
43903
43903
  description: |-
43904
43904
  Lists the ad account's video library (Meta's `/act_X/advideos`), rows returned verbatim.
43905
- The default projection covers id, title, status, poster frames and length; `fields` is a
43906
- raw-passthrough override. Any `id` here is reusable as `video.id` on the create
43907
- endpoints, so N ads that differ only in copy share one upload.
43905
+ The default projection covers id, title, status, poster frames, length and `source` (the
43906
+ playable MP4); `fields` is a raw-passthrough override. Any `id` here is reusable as
43907
+ `video.id` on the create endpoints, so N ads that differ only in copy share one upload.
43908
+
43909
+ `source` lets you PLAY a video before picking it, which a poster frame alone can't settle
43910
+ when several videos share a first frame. It is a signed CDN URL that EXPIRES, so treat it
43911
+ as good for preview at selection time only — never persist it, re-list to get a fresh one.
43908
43912
 
43909
43913
  This is the only way to reach a video uploaded OUTSIDE Zernio (Ads Manager, another
43910
43914
  tool); videos we uploaded also come back as `creative.videoId` on GET /v1/ads.
@@ -43931,7 +43935,7 @@ paths:
43931
43935
  adAccountId: { type: string }
43932
43936
  data:
43933
43937
  type: array
43934
- items: { type: object, description: "Raw Meta ad video row (id, title, status, picture, thumbnails, length)." }
43938
+ items: { type: object, description: "Raw Meta ad video row (id, title, status, picture, thumbnails, length, source)." }
43935
43939
  paging:
43936
43940
  type: object
43937
43941
  properties:
@@ -182,7 +182,7 @@ describe 'AdCreativesApi' do
182
182
 
183
183
  # unit tests for list_ad_videos
184
184
  # Ad video library
185
- # Lists the ad account's video library (Meta's `/act_X/advideos`), rows returned verbatim. The default projection covers id, title, status, poster frames and length; `fields` is a raw-passthrough override. Any `id` here is reusable as `video.id` on the create endpoints, so N ads that differ only in copy share one upload. This is the only way to reach a video uploaded OUTSIDE Zernio (Ads Manager, another tool); videos we uploaded also come back as `creative.videoId` on GET /v1/ads. Meta transcodes asynchronously, so a row is only usable once `status.video_status` reads `ready`. Upload a new video via POST /v1/ads/videos, or inline via `video.url` on POST /v1/ads/create.
185
+ # Lists the ad account's video library (Meta's `/act_X/advideos`), rows returned verbatim. The default projection covers id, title, status, poster frames, length and `source` (the playable MP4); `fields` is a raw-passthrough override. Any `id` here is reusable as `video.id` on the create endpoints, so N ads that differ only in copy share one upload. `source` lets you PLAY a video before picking it, which a poster frame alone can't settle when several videos share a first frame. It is a signed CDN URL that EXPIRES, so treat it as good for preview at selection time only — never persist it, re-list to get a fresh one. This is the only way to reach a video uploaded OUTSIDE Zernio (Ads Manager, another tool); videos we uploaded also come back as `creative.videoId` on GET /v1/ads. Meta transcodes asynchronously, so a row is only usable once `status.video_status` reads `ready`. Upload a new video via POST /v1/ads/videos, or inline via `video.url` on POST /v1/ads/create.
186
186
  # @param account_id Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
187
187
  # @param ad_account_id Meta ad account id (act_<n>).
188
188
  # @param [Hash] opts the optional parameters
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.748
4
+ version: 0.0.749
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.748.gem
5425
+ - zernio-sdk-0.0.749.gem
5426
5426
  - zernio-sdk.gemspec
5427
5427
  homepage: https://openapi-generator.tech
5428
5428
  licenses:
Binary file