| author |
Person or Organization URN |
Author of the post (can be either posted as member or their company page). |
create-only required |
| adContext |
adContext type |
The advertising context representing the ads specific metadata (which is related to ads or viral tracking, rendering, etc.), associated with the post. The current usage is for viral posts created from an ad and dark posts. If not set, then the post doesn't have ad specific metadata. |
optional |
| commentary |
little text |
The user generated commentary for the post. |
required |
| container |
URN |
Container Entity URN that contains user generated content. If not set, the post doesn't belong to a container. |
optional |
| content |
content type |
The posted content (if any, e.g., video). Optional content indicates a post with only commentary. |
optional |
| contentLandingPage |
URL |
Web page that's opened when the member clicks on the associated content. For example, clicking on an image and then linking and taking the user to an associated web page. If empty, no landing page associated with the content. This field is ignored in Campaign Manager UI for article ads and doesn't map to Destination URL field. |
Required if the campaign creative has the WEBSITE_VISIT objective - otherwise optional |
| contentCallToActionLabel |
Type of ContentCallToActionLabel which has the values of: - APPLY - Call To Action button on the creative shows
Apply. - DOWNLOAD - Call To Action button on the creative shows
Download. - VIEW_QUOTE - Call To Action button on the creative shows
View Quote. - LEARN_MORE - Call To Action button on the creative shows
Learn More. - SIGN_UP - Call To Action button on the creative shows
Sign Up. - SUBSCRIBE - Call To Action button on the creative shows
Subscribe. - REGISTER - Call To Action button on the creative shows
Register. - JOIN - Call To Action button on the creative shows
Join. - ATTEND - Call To Action button on the creative shows
Attend. - REQUEST_DEMO - Call To Action button on the creative shows
Register Demo. - SEE_MORE - Call To Action button on the creative shows
See More. - BUY_NOW - Call To Action button on the creative shows
Buy Now. Note: This value is supported only for API Versions starting from 202504 and later. - SHOP_NOW - Call To Action button on the creative shows
Shop Now.
Note: This value is supported only for API Versions starting from 202504 and later.
|
The call to action label which a member can act upon that's associated with the content. If empty, there's an optional call to action associated with the content. |
optional |
| createdAt |
Time at which the resource was created in milliseconds since epoch. |
Time |
read-only |
| distribution |
distribution Type |
Distribution of the post both in LinkedIn and externally |
create-only required |
| id |
Unique ID for the object. Can contain more URN types (in development) |
ugcPostUrn or shareUrn |
read-only |
| isReshareDisabledByAuthor |
boolean default=false |
Indicates whether resharing of the post has been disabled by the author. If this field is set to true, the post can't be reshared in any context. If false, other reshare restrictions may still apply due to the post's visibility, container, or content type. |
optional |
| lastModifiedAt |
Time at which the resource was last modified in milliseconds since epoch. |
Time |
read-only |
| lifecycleState |
The state of the content. PUBLISHED is the only accepted field during creation. The following values can be returned in responses: - DRAFT - Represents content that's accessible only to the author and is not yet published.
- PUBLISHED - Represents content that's accessible to all entities. This is the only accepted field during creation.
- PUBLISH_REQUESTED - Represents content that has been submitted for publishing but is not yet ready for rendering. The content will be published asynchronously once the processing has successfully completed.
- PUBLISH_FAILED - Represents content that has been submitted for publishing but was not processed. An edit is required in order to re-attempt publishing.
|
Enum string |
required |
| lifecycleStateInfo |
optional lifecycleStateInfo |
Additional information about the lifecycle state for PUBLISH_REQUESTED or PUBLISH_FAILED. |
optional |
| publishedAt |
The time at which the content was published represented in epoch time. |
long |
Optional |
| reshareContext |
optional reshareContext |
The context in which the post was re-shared - only be set for re-shares. This field contains information about the reshare context:- parent: URN type the direct parent of the post (i.e.,the post that was re-shared).
- root: The greatest ancestor of the post - may also be the parent. This field is derived from the parent and supports the same URN types. root is read-only.
|
optional |
| visibility |
Visibility restrictions on content. Type of MemberNetworkVisibility with the following values: - CONNECTIONS - Represents 1st degree network of owner.
- PUBLIC - Anyone can view this.
- LOGGED_IN - Viewable by logged in members only.
- CONTAINER - Visibility is delegated to the owner of the container entity. For example, posts within a group are delegated to the groups authorization API for visibility authorization.
|
MemberNetwork Visibility |
required |