late-sdk 0.0.887 → 0.0.888

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: 0e52d92983c6d3599ba3581d272f188042d0cba4045c02523fc2a6b1b93e8975
4
- data.tar.gz: d1f4b1aa64d9c967805d730f524303399422e530ad38e32716d525342f36e168
3
+ metadata.gz: a83427f1872fe2252d1f723cdfb3d2a59fddc4c4856b05fdb0f011fee2243ada
4
+ data.tar.gz: 1457d5205407e5abf9202595287176c9b48a77556a963082398397399d37387a
5
5
  SHA512:
6
- metadata.gz: 877eed765d2f687b820e181e038b5dfe6974aecf4f517c4acecf54c5eb6a0e011e5206bcf283aa8b16baf8803e53743a2d7a27efde3fd022bc3e8874d27bfe6f
7
- data.tar.gz: f252e5a141cb879e3ddf9b7f7c2d4460cc568fadd3297a92e514a226113809d3275b430f78edeec6b9d6e3fc79d1d1039ccbf9411f671cb1255cbdb879623c06
6
+ metadata.gz: ec90eb31ba88acd4984cba382d1b5a149b735b5a36c9d76a3b54868a31b9d0903bd1bd8f9aa26a79af81dafc9939a87b9607cf4d43ffea3e72523097a2a3e183
7
+ data.tar.gz: 4596258907db67701384571a8a34e092fffef4bd8ecd8c6b2df2036133fb11e9e8f60a5cecdb0fd61eefbc2495a7517a57ede1d59febd4b54f1c79183020ffe4
@@ -25,7 +25,7 @@
25
25
  | **company_sizes** | **Array<String>** | LinkedIn B2B only. | [optional] |
26
26
  | **seniorities** | **Array<String>** | LinkedIn B2B only. | [optional] |
27
27
  | **job_functions** | **Array<String>** | LinkedIn B2B only. | [optional] |
28
- | **audience_include** | **Array<String>** | Platform audience IDs to include, as returned by GET /v1/ads/audiences (Meta custom audience ids, TikTok audience ids, Pinterest customer list ids, LinkedIn segment ids (bare, urn:li:adSegment or urn:li:dmpSegment forms accepted), Google user list ids, X custom audience ids). Not supported on OpenAI (400). | [optional] |
28
+ | **audience_include** | **Array<String>** | Platform audience IDs to include, as returned by GET /v1/ads/audiences (Meta custom audience ids, TikTok audience ids, Pinterest customer list ids, LinkedIn segment ids (the platformAudienceId from GET /v1/ads/audiences; Zernio resolves it to the targetable LinkedIn ad segment, an unknown id returns 400), Google user list ids, X custom audience ids). Not supported on OpenAI (400). | [optional] |
29
29
  | **audience_exclude** | **Array<String>** | Platform audience IDs to exclude; same ID formats as audienceInclude. Not supported on OpenAI (400). | [optional] |
30
30
 
31
31
  ## Example
@@ -78,7 +78,7 @@ module Zernio
78
78
  # LinkedIn B2B only.
79
79
  attr_accessor :job_functions
80
80
 
81
- # Platform audience IDs to include, as returned by GET /v1/ads/audiences (Meta custom audience ids, TikTok audience ids, Pinterest customer list ids, LinkedIn segment ids (bare, urn:li:adSegment or urn:li:dmpSegment forms accepted), Google user list ids, X custom audience ids). Not supported on OpenAI (400).
81
+ # Platform audience IDs to include, as returned by GET /v1/ads/audiences (Meta custom audience ids, TikTok audience ids, Pinterest customer list ids, LinkedIn segment ids (the platformAudienceId from GET /v1/ads/audiences; Zernio resolves it to the targetable LinkedIn ad segment, an unknown id returns 400), Google user list ids, X custom audience ids). Not supported on OpenAI (400).
82
82
  attr_accessor :audience_include
83
83
 
84
84
  # Platform audience IDs to exclude; same ID formats as audienceInclude. Not supported on OpenAI (400).
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.887'
14
+ VERSION = '0.0.888'
15
15
  end
data/openapi.yaml CHANGED
@@ -8907,7 +8907,7 @@ components:
8907
8907
  companySizes: { type: array, items: { type: string }, description: "LinkedIn B2B only." }
8908
8908
  seniorities: { type: array, items: { type: string }, description: "LinkedIn B2B only." }
8909
8909
  jobFunctions: { type: array, items: { type: string }, description: "LinkedIn B2B only." }
8910
- audienceInclude: { type: array, items: { type: string }, description: 'Platform audience IDs to include, as returned by GET /v1/ads/audiences (Meta custom audience ids, TikTok audience ids, Pinterest customer list ids, LinkedIn segment ids (bare, urn:li:adSegment or urn:li:dmpSegment forms accepted), Google user list ids, X custom audience ids). Not supported on OpenAI (400).' }
8910
+ audienceInclude: { type: array, items: { type: string }, description: 'Platform audience IDs to include, as returned by GET /v1/ads/audiences (Meta custom audience ids, TikTok audience ids, Pinterest customer list ids, LinkedIn segment ids (the platformAudienceId from GET /v1/ads/audiences; Zernio resolves it to the targetable LinkedIn ad segment, an unknown id returns 400), Google user list ids, X custom audience ids). Not supported on OpenAI (400).' }
8911
8911
  audienceExclude: { type: array, items: { type: string }, description: 'Platform audience IDs to exclude; same ID formats as audienceInclude. Not supported on OpenAI (400).' }
8912
8912
  Ad:
8913
8913
  type: object
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.887
4
+ version: 0.0.888
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -6067,7 +6067,7 @@ files:
6067
6067
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
6068
6068
  - spec/models/you_tube_video_retention_response_spec.rb
6069
6069
  - spec/spec_helper.rb
6070
- - zernio-sdk-0.0.887.gem
6070
+ - zernio-sdk-0.0.888.gem
6071
6071
  - zernio-sdk.gemspec
6072
6072
  homepage: https://openapi-generator.tech
6073
6073
  licenses:
Binary file