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 +4 -4
- data/docs/TargetingSpec.md +1 -1
- data/lib/zernio-sdk/models/targeting_spec.rb +1 -1
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- data/zernio-sdk-0.0.888.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.887.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: a83427f1872fe2252d1f723cdfb3d2a59fddc4c4856b05fdb0f011fee2243ada
|
|
4
|
+
data.tar.gz: 1457d5205407e5abf9202595287176c9b48a77556a963082398397399d37387a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec90eb31ba88acd4984cba382d1b5a149b735b5a36c9d76a3b54868a31b9d0903bd1bd8f9aa26a79af81dafc9939a87b9607cf4d43ffea3e72523097a2a3e183
|
|
7
|
+
data.tar.gz: 4596258907db67701384571a8a34e092fffef4bd8ecd8c6b2df2036133fb11e9e8f60a5cecdb0fd61eefbc2495a7517a57ede1d59febd4b54f1c79183020ffe4
|
data/docs/TargetingSpec.md
CHANGED
|
@@ -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 (
|
|
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 (
|
|
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).
|
data/lib/zernio-sdk/version.rb
CHANGED
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 (
|
|
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.
|
|
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.
|
|
6070
|
+
- zernio-sdk-0.0.888.gem
|
|
6071
6071
|
- zernio-sdk.gemspec
|
|
6072
6072
|
homepage: https://openapi-generator.tech
|
|
6073
6073
|
licenses:
|
data/zernio-sdk-0.0.887.gem
DELETED
|
Binary file
|