late-sdk 0.0.612 → 0.0.613
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/LinkedInAdsPlatformDataThoughtLeader.md +1 -1
- data/lib/zernio-sdk/models/linked_in_ads_platform_data_thought_leader.rb +2 -2
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +19 -16
- data/zernio-sdk-0.0.613.gem +0 -0
- metadata +3 -3
- data/zernio-sdk-0.0.612.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: f6864f27be182ac16737799628e4ce92141afc230c158c574d6781a3e15e04c4
|
|
4
|
+
data.tar.gz: c38c069e6b92ddce4ec0922da528442e5286173ba734a4ac0a14fddedf784f16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5d5b401c6bd8ba7a4913bcb785a08fd3efe0d11ce7eac9bb50651e7cee0b6b66a92675c86849ddd3bbe67416647e84d82c16ecfa95879b9a9a27d2eb5ad5e98
|
|
7
|
+
data.tar.gz: 1c81c5c7f3df7fb822f6740d67bb0f21c4ea547cc6df19081b1c2ca52b3fcf1ffaa21771c21a99c085063f1d215eb8d15e651edd7fe583f917697d0b2b9edcf4
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **post_urn** | **String** | LinkedIn share or ugcPost URN, urn:li:share:N or urn:li:ugcPost:N. Get it via \"Copy link to post\" on the target LinkedIn post (the URL contains -share- for a share or -ugcPost- for a ugcPost, then the numeric id).
|
|
7
|
+
| **post_urn** | **String** | LinkedIn share or ugcPost URN, urn:li:share:N or urn:li:ugcPost:N. Get it via \"Copy link to post\" on the target LinkedIn post (the URL contains -share- for a share or -ugcPost- for a ugcPost, then the numeric id). The post must be authored by an organization (Company Page). Member (personal profile) posts, i.e. Thought Leader Ads proper, are rejected by LinkedIn's public Marketing API regardless of sponsorship approval and of post type (a LinkedIn limitation; their Campaign Manager creates those through a private API). Referencing a member post returns a 422 with a clear error. | |
|
|
8
8
|
|
|
9
9
|
## Example
|
|
10
10
|
|
|
@@ -14,9 +14,9 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module Zernio
|
|
17
|
-
# POST /v1/ads/create only.
|
|
17
|
+
# POST /v1/ads/create only. Sponsors an existing LinkedIn post (a share or ugcPost authored by your organization's Company Page) as the creative, keeping its commentary, author and engagement. Unlike boostPost, which provisions its own CampaignGroup + Campaign around the post, this variant attaches the reference under the campaign /v1/ads/create builds — same shape as every other format, so the caller can pick bidding / targeting / schedule freely. No headline, body, imageUrl or organization are needed; the referenced post carries its own commentary and author. Mutually exclusive with the other creative sources. Posts from personal profiles (Thought Leader Ads) are NOT supported (see postUrn).
|
|
18
18
|
class LinkedInAdsPlatformDataThoughtLeader < ApiModelBase
|
|
19
|
-
# LinkedIn share or ugcPost URN, urn:li:share:N or urn:li:ugcPost:N. Get it via \"Copy link to post\" on the target LinkedIn post (the URL contains -share- for a share or -ugcPost- for a ugcPost, then the numeric id).
|
|
19
|
+
# LinkedIn share or ugcPost URN, urn:li:share:N or urn:li:ugcPost:N. Get it via \"Copy link to post\" on the target LinkedIn post (the URL contains -share- for a share or -ugcPost- for a ugcPost, then the numeric id). The post must be authored by an organization (Company Page). Member (personal profile) posts, i.e. Thought Leader Ads proper, are rejected by LinkedIn's public Marketing API regardless of sponsorship approval and of post type (a LinkedIn limitation; their Campaign Manager creates those through a private API). Referencing a member post returns a 422 with a clear error.
|
|
20
20
|
attr_accessor :post_urn
|
|
21
21
|
|
|
22
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -4780,15 +4780,18 @@ components:
|
|
|
4780
4780
|
additionalProperties: false
|
|
4781
4781
|
required: [postUrn]
|
|
4782
4782
|
description: |
|
|
4783
|
-
POST /v1/ads/create only.
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4783
|
+
POST /v1/ads/create only. Sponsors an existing LinkedIn post
|
|
4784
|
+
(a share or ugcPost authored by your organization's Company
|
|
4785
|
+
Page) as the creative, keeping its commentary, author and
|
|
4786
|
+
engagement. Unlike boostPost, which provisions its own
|
|
4787
|
+
CampaignGroup + Campaign around the post, this variant
|
|
4788
|
+
attaches the reference under the campaign /v1/ads/create
|
|
4789
|
+
builds — same shape as every other format, so the caller can
|
|
4790
|
+
pick bidding / targeting / schedule freely. No headline, body,
|
|
4791
|
+
imageUrl or organization are needed; the referenced post
|
|
4792
|
+
carries its own commentary and author. Mutually exclusive
|
|
4793
|
+
with the other creative sources. Posts from personal profiles
|
|
4794
|
+
(Thought Leader Ads) are NOT supported (see postUrn).
|
|
4792
4795
|
properties:
|
|
4793
4796
|
postUrn:
|
|
4794
4797
|
type: string
|
|
@@ -4798,13 +4801,13 @@ components:
|
|
|
4798
4801
|
urn:li:ugcPost:N. Get it via "Copy link to post" on the
|
|
4799
4802
|
target LinkedIn post (the URL contains -share- for a share
|
|
4800
4803
|
or -ugcPost- for a ugcPost, then the numeric id).
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
regardless of sponsorship approval
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4804
|
+
The post must be authored by an organization (Company
|
|
4805
|
+
Page). Member (personal profile) posts, i.e. Thought
|
|
4806
|
+
Leader Ads proper, are rejected by LinkedIn's public
|
|
4807
|
+
Marketing API regardless of sponsorship approval and of
|
|
4808
|
+
post type (a LinkedIn limitation; their Campaign Manager
|
|
4809
|
+
creates those through a private API). Referencing a
|
|
4810
|
+
member post returns a 422 with a clear error.
|
|
4808
4811
|
description: >
|
|
4809
4812
|
LinkedIn-specific options for POST /v1/ads/boost and POST /v1/ads/create:
|
|
4810
4813
|
campaign bidding and delivery controls, plus the LinkedIn-only creative
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.613
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -4874,7 +4874,7 @@ files:
|
|
|
4874
4874
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
4875
4875
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
4876
4876
|
- spec/spec_helper.rb
|
|
4877
|
-
- zernio-sdk-0.0.
|
|
4877
|
+
- zernio-sdk-0.0.613.gem
|
|
4878
4878
|
- zernio-sdk.gemspec
|
|
4879
4879
|
homepage: https://openapi-generator.tech
|
|
4880
4880
|
licenses:
|
data/zernio-sdk-0.0.612.gem
DELETED
|
Binary file
|