Skip to main content
Low-level LinkedIn post update. Forwards a raw Posts API partial-update body as-is. This is how an ad’s editable content is changed: resolve the ad’s post URN via linkedin_ads_get_ad, then patch commentary (intro text), contentLandingPage (destination URL), contentCallToActionLabel, or adContext.dscName/dscStatus. Headline and attached media are never editable (LinkedIn limitation; create a new ad instead). Requires the connected user to have an admin or DSC-poster role on the authoring Company Page.

Inputs

SelectItem

Output

Type: Dict Returns the post URN, the forwarded payload, and LinkedIn’s response (successful post updates return no body, HTTP 204). Fields: post, payload, dry_run, response