late-sdk 0.0.746 → 0.0.748
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 +4 -4
- data/docs/CreateStandaloneAdRequest.md +1 -1
- data/docs/GMBReviewsApi.md +1 -1
- data/lib/zernio-sdk/api/gmb_reviews_api.rb +2 -2
- data/lib/zernio-sdk/models/create_standalone_ad_request.rb +1 -1
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +4 -1
- data/spec/api/gmb_reviews_api_spec.rb +1 -1
- data/zernio-sdk-0.0.748.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.746.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f987dd08d7dd5e9ce7dd4a8cd7b84ab82c3e0057b14b26a1927e3ea431bb2004
|
|
4
|
+
data.tar.gz: ae029c84794254a6def3fb5ce5a34af8f1def67cb3095cd0a341dd5f3e11d168
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4d7906c7f7e74ef4f7bd8724264671e43b7b8947287cdc33e28250cd60b988c729df862d4417f0d121eac13378bd3da7005009b6fe015366ed8a08cd44c6fd8
|
|
7
|
+
data.tar.gz: 53646c986ab73793ec15c9518b23b793c9646f8eace9cbfcd54cd02daac0b0708ca11ba96478f06b0d0f90ea91314e6e2878dc7f05fda8ee375a2a05fb6ff3a7
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
| **start_date** | **Time** | Meta only. Ad-set start time (ISO 8601, e.g. \"2026-06-10T09:00:00Z\"), mapped to the ad set's `start_time`. When omitted the ad starts delivering immediately. For lifetime budgets Meta also requires `endDate`. (Same `schedule.startDate` semantics already available on `POST /v1/ads/boost`.) | [optional] |
|
|
65
65
|
| **instagram_account_id** | **String** | Meta only. Override the Instagram account the ad is delivered as — pass an Instagram Business Account ID (e.g. 17841...), mapped to the creative's `instagram_user_id`. When omitted we use the Instagram actor Meta already runs the Page's other ads as, falling back to the Page's page-backed Instagram account. Useful when a Page has more than one eligible IG account. | [optional] |
|
|
66
66
|
| **dynamic_creative** | [**CreateStandaloneAdRequestDynamicCreative**](CreateStandaloneAdRequestDynamicCreative.md) | | [optional] |
|
|
67
|
-
| **carousel_cards** | [**Array<CreateStandaloneAdRequestCarouselCardsInner>**](CreateStandaloneAdRequestCarouselCardsInner.md) | Meta only. Hand-built carousel: 2-10 authored cards in DETERMINISTIC order, mapped to the creative's `link_data.child_attachments`. Unlike `dynamicCreative`, you control the card order and per-card copy/link. Requires top-level `body`, `linkUrl` and `callToAction`. Mutually exclusive with `imageUrl`/`video`, `creatives[]`, `dynamicCreative`, `placementAssets`, `existingCreativeId`, `adSetId`, `leadGenFormId` and goal `catalog_sales`. | [optional] |
|
|
67
|
+
| **carousel_cards** | [**Array<CreateStandaloneAdRequestCarouselCardsInner>**](CreateStandaloneAdRequestCarouselCardsInner.md) | Meta only. Hand-built carousel: 2-10 authored cards in DETERMINISTIC order, mapped to the creative's `link_data.child_attachments`. Unlike `dynamicCreative`, you control the card order and per-card copy/link. Requires top-level `body`, `linkUrl` and `callToAction`. Those become the ad's own Destination and button (`link_data.link` / `link_data.call_to_action`), and double as the per-card fallback when a card omits its own. Mutually exclusive with `imageUrl`/`video`, `creatives[]`, `dynamicCreative`, `placementAssets`, `existingCreativeId`, `adSetId`, `leadGenFormId` and goal `catalog_sales`. | [optional] |
|
|
68
68
|
| **default_locale** | **String** | Meta only. Language the top-level copy is written in (e.g. `en`, `pt_BR`), used by the `translations` default rule. Defaults to `en`. Meta rejects a language asset feed whose default rule carries no locales of its own. Must NOT also appear as an entry in `translations`. | [optional] |
|
|
69
69
|
| **translations** | [**Array<CreateStandaloneAdRequestTranslationsInner>**](CreateStandaloneAdRequestTranslationsInner.md) | Meta only. Multi-language ads (Dynamic Language Optimization): ONE ad carrying per-locale copy and, optionally, per-locale media — the \"Languages\" toggle in Ads Manager. Keeps social proof (likes/comments/shares) on a SINGLE post instead of splitting it across one ad per language. The ad's top-level copy is the DEFAULT shown to every locale you do NOT list, and it counts as one of the language variants. IMPORTANT, and the opposite of what you might expect: text does NOT inherit. Every entry must carry its own `headline`, `body` AND `description`, and all of them must be DISTINCT from each other and from the ad's top-level copy. Meta deduplicates identical strings inside the asset feed, so two locales sharing a string collapse into one asset and the create fails with a misleading \"Too few ... texts provided in asset creation\" (subcode 1885817) that names a field which is actually present. We validate this before calling Meta and return a 400 naming the offending locale and field. `description` is therefore effectively required on the ad whenever `translations` is present, even though it is optional otherwise. Do NOT list `defaultLocale` inside `translations`: Meta rejects the duplicate with \"The language asset feed includes an unsupported targeting field\" (subcode 1885985). Media DOES inherit and is uploaded once when shared, and `linkUrl` inherits too: each locale may name its own landing page and unlisted locales fall back to the ad's top-level `linkUrl`. Note that Meta enforces Dynamic Creative image dimensions on language feeds, so an `imageUrl` that works on a normal ad may be rejected with \"The following images have invalid dimensions for Dynamic Creative\" (subcode 1885558). Video is not affected. Mutually exclusive with `dynamicCreative`, `placementAssets`, `carouselCards`, `existingCreativeId` and `creatives[]`. Meta allows one `asset_feed_spec` shape per creative. | [optional] |
|
|
70
70
|
| **placement_assets** | [**CreateStandaloneAdRequestPlacementAssets**](CreateStandaloneAdRequestPlacementAssets.md) | | [optional] |
|
data/docs/GMBReviewsApi.md
CHANGED
|
@@ -235,7 +235,7 @@ end
|
|
|
235
235
|
|
|
236
236
|
Reply to a review
|
|
237
237
|
|
|
238
|
-
Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).
|
|
238
|
+
Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side). Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI. Read the review before retrying if a human may have answered it.
|
|
239
239
|
|
|
240
240
|
### Examples
|
|
241
241
|
|
|
@@ -243,7 +243,7 @@ module Zernio
|
|
|
243
243
|
end
|
|
244
244
|
|
|
245
245
|
# Reply to a review
|
|
246
|
-
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).
|
|
246
|
+
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side). Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI. Read the review before retrying if a human may have answered it.
|
|
247
247
|
# @param account_id [String] The Zernio account ID (from /v1/accounts)
|
|
248
248
|
# @param review_id [String] The review ID portion (e.g. \"AIe9_BGx1234567890\"), not the full resource name
|
|
249
249
|
# @param reply_to_google_business_review_request [ReplyToGoogleBusinessReviewRequest]
|
|
@@ -255,7 +255,7 @@ module Zernio
|
|
|
255
255
|
end
|
|
256
256
|
|
|
257
257
|
# Reply to a review
|
|
258
|
-
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).
|
|
258
|
+
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side). Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI. Read the review before retrying if a human may have answered it.
|
|
259
259
|
# @param account_id [String] The Zernio account ID (from /v1/accounts)
|
|
260
260
|
# @param review_id [String] The review ID portion (e.g. \"AIe9_BGx1234567890\"), not the full resource name
|
|
261
261
|
# @param reply_to_google_business_review_request [ReplyToGoogleBusinessReviewRequest]
|
|
@@ -185,7 +185,7 @@ module Zernio
|
|
|
185
185
|
|
|
186
186
|
attr_accessor :dynamic_creative
|
|
187
187
|
|
|
188
|
-
# Meta only. Hand-built carousel: 2-10 authored cards in DETERMINISTIC order, mapped to the creative's `link_data.child_attachments`. Unlike `dynamicCreative`, you control the card order and per-card copy/link. Requires top-level `body`, `linkUrl` and `callToAction`. Mutually exclusive with `imageUrl`/`video`, `creatives[]`, `dynamicCreative`, `placementAssets`, `existingCreativeId`, `adSetId`, `leadGenFormId` and goal `catalog_sales`.
|
|
188
|
+
# Meta only. Hand-built carousel: 2-10 authored cards in DETERMINISTIC order, mapped to the creative's `link_data.child_attachments`. Unlike `dynamicCreative`, you control the card order and per-card copy/link. Requires top-level `body`, `linkUrl` and `callToAction`. Those become the ad's own Destination and button (`link_data.link` / `link_data.call_to_action`), and double as the per-card fallback when a card omits its own. Mutually exclusive with `imageUrl`/`video`, `creatives[]`, `dynamicCreative`, `placementAssets`, `existingCreativeId`, `adSetId`, `leadGenFormId` and goal `catalog_sales`.
|
|
189
189
|
attr_accessor :carousel_cards
|
|
190
190
|
|
|
191
191
|
# Meta only. Language the top-level copy is written in (e.g. `en`, `pt_BR`), used by the `translations` default rule. Defaults to `en`. Meta rejects a language asset feed whose default rule carries no locales of its own. Must NOT also appear as an entry in `translations`.
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -19755,6 +19755,8 @@ paths:
|
|
|
19755
19755
|
Posts (or updates) the business owner reply to a Google Business review.
|
|
19756
19756
|
The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations).
|
|
19757
19757
|
Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).
|
|
19758
|
+
Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI.
|
|
19759
|
+
Read the review before retrying if a human may have answered it.
|
|
19758
19760
|
parameters:
|
|
19759
19761
|
- name: accountId
|
|
19760
19762
|
in: path
|
|
@@ -42902,7 +42904,8 @@ paths:
|
|
|
42902
42904
|
Meta only. Hand-built carousel: 2-10 authored cards in DETERMINISTIC order, mapped to
|
|
42903
42905
|
the creative's `link_data.child_attachments`. Unlike `dynamicCreative`,
|
|
42904
42906
|
you control the card order and per-card copy/link. Requires top-level `body`,
|
|
42905
|
-
`linkUrl` and `callToAction`.
|
|
42907
|
+
`linkUrl` and `callToAction`. Those become the ad's own Destination and
|
|
42908
|
+
button (`link_data.link` / `link_data.call_to_action`), and double as the per-card fallback when a card omits its own.
|
|
42906
42909
|
Mutually exclusive with `imageUrl`/`video`, `creatives[]`, `dynamicCreative`,
|
|
42907
42910
|
`placementAssets`, `existingCreativeId`, `adSetId`, `leadGenFormId` and goal
|
|
42908
42911
|
`catalog_sales`.
|
|
@@ -75,7 +75,7 @@ describe 'GMBReviewsApi' do
|
|
|
75
75
|
|
|
76
76
|
# unit tests for reply_to_google_business_review
|
|
77
77
|
# Reply to a review
|
|
78
|
-
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).
|
|
78
|
+
# Posts (or updates) the business owner reply to a Google Business review. The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations). Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side). Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI. Read the review before retrying if a human may have answered it.
|
|
79
79
|
# @param account_id The Zernio account ID (from /v1/accounts)
|
|
80
80
|
# @param review_id The review ID portion (e.g. \"AIe9_BGx1234567890\"), not the full resource name
|
|
81
81
|
# @param reply_to_google_business_review_request
|
|
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.
|
|
4
|
+
version: 0.0.748
|
|
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.
|
|
5425
|
+
- zernio-sdk-0.0.748.gem
|
|
5426
5426
|
- zernio-sdk.gemspec
|
|
5427
5427
|
homepage: https://openapi-generator.tech
|
|
5428
5428
|
licenses:
|
data/zernio-sdk-0.0.746.gem
DELETED
|
Binary file
|