late-sdk 0.0.651 → 0.0.653

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: d533a08e75b1948b0aab942cf1b351cef27cfabdb65b690b24dbeb559baac69d
4
- data.tar.gz: 3b3475649f443f48626f1adb86c7f9dadf71a6b8dc669c1c71f36d8abf79bd59
3
+ metadata.gz: 7f8808614c30caee2cf546dfe7e7fd914bfc91377e3d8b49cd3c25b381279f54
4
+ data.tar.gz: 991c660a8c74d1eb71ba89d46bd087ea82f7f9d24f80a2fa29ea9ea521948870
5
5
  SHA512:
6
- metadata.gz: 1e6d69aceffc536cde1a8d644c83c18ddd56d66cbaa22b7476950a315a0470c38de812f4bf24c2a4e09f7c3ffcbbaaa2be473b6b1be035b8c12c02d1be0ef212
7
- data.tar.gz: 6a4064c05491d09fb9f7554c44078d8223adaa98ae8330a12bddbf0523b65582062b98b86c75daeda8ea7697a615112e090c400bfe1e35e062ab400aab5e9124
6
+ metadata.gz: '08594bd0015714a2c4aa82c2302272f1aafa6036772c2518319f1918a216f42745a03a85b6580d3c3f257753640f58d8ec3c796b29267a51e84448f65d0a7fba'
7
+ data.tar.gz: c389c66133a1b8ad399a581e59ca3c7fb2d2b84ce3c48a4f01688a9140fa401a5cdba4231214b84bb9e7b2fcd45822ccb279e39641c23ab7b8380eaf9ad779d9
@@ -14,7 +14,7 @@
14
14
  | **currency** | **String** | | [optional] |
15
15
  | **schedule** | [**BoostPostRequestSchedule**](BoostPostRequestSchedule.md) | | [optional] |
16
16
  | **targeting** | [**BoostPostRequestTargeting**](BoostPostRequestTargeting.md) | | [optional] |
17
- | **raw_targeting** | **Hash<String, Object>** | Meta only. A Meta-native targeting spec (e.g. `{ \"geo_locations\": { \"cities\": [{ \"key\": \"...\", \"radius\": 15, \"distance_unit\": \"kilometer\" }] } }`). Sent alone it is forwarded unchanged. Use for advanced fields the structured object does not expose (flexible_spec, excluded audiences, business places, user_os, wireless_carrier). Can be combined with `targeting`: rawTargeting is the BASE layer and the built camelCase spec is merged on top, key by key (camelCase wins on collision). The merge goes one level deep inside `geo_locations` and `excluded_geo_locations` (built sub-keys win; raw-only sub-keys such as `location_types` survive). Array values (`flexible_spec`, ...) are replaced as a whole key, never element-merged. | [optional] |
17
+ | **raw_targeting** | **Hash<String, Object>** | Meta only. A Meta-native targeting spec (e.g. `{ \"geo_locations\": { \"cities\": [{ \"key\": \"...\", \"radius\": 15, \"distance_unit\": \"kilometer\" }] } }`). Sent alone it is forwarded unchanged. Use for advanced fields the structured object does not expose (flexible_spec, excluded audiences, business places, user_os, wireless_carrier). Can be combined with `targeting`: rawTargeting is the BASE layer and the built camelCase spec is merged on top, key by key (camelCase wins on collision). The merge goes one level deep inside `geo_locations` and `excluded_geo_locations` (built sub-keys win; raw-only sub-keys such as `location_types` survive). Array values (`flexible_spec`, ...) are replaced as a whole key, never element-merged. When `rawTargeting` is present the `advantage_audience: 0` default that Zernio normally applies is no longer emitted, so it cannot clobber a `targeting_automation` sent in the raw spec. Meta requires `targeting_automation` on ad set creation, so include it in the raw spec, or send `targeting.advantage_audience` (0 or 1), which is merged over raw as `targeting_automation`. | [optional] |
18
18
  | **bid_strategy** | [**BidStrategy**](BidStrategy.md) | Meta bid strategy applied to the ad set. On TikTok, mapped to `bid_type` / `bid_price` / `deep_bid_type` automatically. | [optional] |
19
19
  | **bid_amount** | **Float** | Bid cap in WHOLE currency units (USD: 5 = $5.00; JPY: 100 = ¥100). Required when `bidStrategy` is `LOWEST_COST_WITH_BID_CAP` or `COST_CAP`. Backward-compat: providing `bidAmount` without `bidStrategy` is treated as `LOWEST_COST_WITH_BID_CAP`. | [optional] |
20
20
  | **roas_average_floor** | **Float** | Minimum ROAS as a decimal multiplier (e.g. 2.0 = 2.0x ROAS). Required when `bidStrategy` is `LOWEST_COST_WITH_MIN_ROAS`. Sent to Meta as `bid_constraints.roas_average_floor` × 10000 (Meta uses fixed-point integers). | [optional] |
@@ -143,6 +143,7 @@ module Zernio
143
143
  # List of attributes with nullable: true
144
144
  def self.openapi_nullable
145
145
  Set.new([
146
+ :'thumbnail_url',
146
147
  :'video_id',
147
148
  :'video_url',
148
149
  :'object_story_id',
@@ -40,7 +40,7 @@ module Zernio
40
40
 
41
41
  attr_accessor :targeting
42
42
 
43
- # Meta only. A Meta-native targeting spec (e.g. `{ \"geo_locations\": { \"cities\": [{ \"key\": \"...\", \"radius\": 15, \"distance_unit\": \"kilometer\" }] } }`). Sent alone it is forwarded unchanged. Use for advanced fields the structured object does not expose (flexible_spec, excluded audiences, business places, user_os, wireless_carrier). Can be combined with `targeting`: rawTargeting is the BASE layer and the built camelCase spec is merged on top, key by key (camelCase wins on collision). The merge goes one level deep inside `geo_locations` and `excluded_geo_locations` (built sub-keys win; raw-only sub-keys such as `location_types` survive). Array values (`flexible_spec`, ...) are replaced as a whole key, never element-merged.
43
+ # Meta only. A Meta-native targeting spec (e.g. `{ \"geo_locations\": { \"cities\": [{ \"key\": \"...\", \"radius\": 15, \"distance_unit\": \"kilometer\" }] } }`). Sent alone it is forwarded unchanged. Use for advanced fields the structured object does not expose (flexible_spec, excluded audiences, business places, user_os, wireless_carrier). Can be combined with `targeting`: rawTargeting is the BASE layer and the built camelCase spec is merged on top, key by key (camelCase wins on collision). The merge goes one level deep inside `geo_locations` and `excluded_geo_locations` (built sub-keys win; raw-only sub-keys such as `location_types` survive). Array values (`flexible_spec`, ...) are replaced as a whole key, never element-merged. When `rawTargeting` is present the `advantage_audience: 0` default that Zernio normally applies is no longer emitted, so it cannot clobber a `targeting_automation` sent in the raw spec. Meta requires `targeting_automation` on ad set creation, so include it in the raw spec, or send `targeting.advantage_audience` (0 or 1), which is merged over raw as `targeting_automation`.
44
44
  attr_accessor :raw_targeting
45
45
 
46
46
  # Meta bid strategy applied to the ad set. On TikTok, mapped to `bid_type` / `bid_price` / `deep_bid_type` automatically.
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.651'
14
+ VERSION = '0.0.653'
15
15
  end
data/openapi.yaml CHANGED
@@ -6995,7 +6995,7 @@ components:
6995
6995
  type: [object, "null"]
6996
6996
  description: Platform-specific creative data. Fields vary by platform.
6997
6997
  properties:
6998
- thumbnailUrl: { type: string, description: Primary thumbnail/image URL }
6998
+ thumbnailUrl: { type: [string, "null"], description: Primary thumbnail/image URL }
6999
6999
  imageUrl: { type: string, description: Alternative image URL }
7000
7000
  videoId: { type: [string, "null"], description: "Meta video ID for VIDEO-type ads. Null for non-video ads. Callers that need an embeddable MP4 can call GET /{videoId}?fields=source with the page access token." }
7001
7001
  videoUrl: { type: [string, "null"], description: "Public Facebook watch URL for VIDEO-type ads (https://www.facebook.com/watch/?v={videoId}). Null for non-video ads." }
@@ -37854,6 +37854,13 @@ paths:
37854
37854
  `excluded_geo_locations` (built sub-keys win; raw-only sub-keys such as
37855
37855
  `location_types` survive). Array values (`flexible_spec`, ...) are replaced
37856
37856
  as a whole key, never element-merged.
37857
+
37858
+ When `rawTargeting` is present the `advantage_audience: 0` default that
37859
+ Zernio normally applies is no longer emitted, so it cannot clobber a
37860
+ `targeting_automation` sent in the raw spec. Meta requires
37861
+ `targeting_automation` on ad set creation, so include it in the raw spec,
37862
+ or send `targeting.advantage_audience` (0 or 1), which is merged over raw
37863
+ as `targeting_automation`.
37857
37864
  bidStrategy:
37858
37865
  allOf: [{ $ref: '#/components/schemas/BidStrategy' }]
37859
37866
  description: |
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.651
4
+ version: 0.0.653
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -4925,7 +4925,7 @@ files:
4925
4925
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4926
4926
  - spec/models/you_tube_video_retention_response_spec.rb
4927
4927
  - spec/spec_helper.rb
4928
- - zernio-sdk-0.0.651.gem
4928
+ - zernio-sdk-0.0.653.gem
4929
4929
  - zernio-sdk.gemspec
4930
4930
  homepage: https://openapi-generator.tech
4931
4931
  licenses:
Binary file