LinkedIn Ads / API Reference
linkedin_ads_update_campaign
LinkedIn Ads tool backed by Pipedream managed auth. Update a LinkedIn Ads campaign with a Rest.li patch JSON body, for example {"patch":{"$set":{"status":"PAUSED"}}}.
This is a write tool: it updates campaign in your LinkedIn Ads account. Claude asks you to confirm before it runs.
Ask Claude
You do not call this tool yourself. Ask for the outcome and the client picks the tool:
Update campaign in my LinkedIn Ads account for [campaign id], [patch json].
It takes 2 required and 1 optional parameter.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
campaign_id | string | Yes | Campaign Id |
patch_json | string | Yes | Patch Json |
pipedream_account_id | string | No | Pipedream Account Id |
Related LinkedIn Ads tools
linkedin_ads_update_campaign_grouplinkedin_ads_update_conversionlinkedin_ads_update_creativelinkedin_ads_audience_countslinkedin_ads_campaign_group_reportlinkedin_ads_campaign_report
Before you can call it
This tool needs a connected LinkedIn Ads account. The LinkedIn Ads connect guide covers the OAuth flow and the permissions it asks for, and the quickstart gets a client talking to the server in about five minutes.