# linkedin_update_entity

> Rename, pause/archive or edit budget, schedule, targeting or text-ad content of an owned test campaign/group/ad.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [LinkedIn Ads](https://www.getmcpads.com/docs/sources/linkedin-ads)

Rename, pause/archive or edit budget, schedule, targeting or text-ad content of an owned test campaign/group/ad. No activation offered. Nested settings replace the corresponding object.

> **Note** Advertising API Development tier. Test-account writes only; Standard access is not yet approved.

> **Warning** This tool changes the account. It is absent from the tool list on the Free plan, and it previews by default: without `confirm: true` it describes the change and applies nothing.

|  |  |
| --- | --- |
| Source | [LinkedIn Ads](https://www.getmcpads.com/docs/sources/linkedin-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/linkedin-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Required | Selected LinkedIn advertising account, numeric ID. |
| `kind` | string | Required | Native resource type to read or modify. One of: `adCampaignGroups`, `adCampaigns`, `creatives`. |
| `entityId` | string | Required | Native numeric ID or sponsoredCreative URN; account ownership is verified. |
| `fields` | object | Required | Only these supplied fields are changed. Nested values replace the corresponding native object. |
| `confirm` | boolean | Optional | Preview unless true. Writes are restricted to native LinkedIn test accounts. Default: `false`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "linkedin_update_entity",
    "args": {
      "adAccountId": "<string>",
      "kind": "adCampaignGroups",
      "entityId": "<string>",
      "fields": "<object>"
    }
  }
}
```

- [LinkedIn Ads metrics](https://www.getmcpads.com/docs/sources/linkedin-ads/metrics): What you can ask for.
- [LinkedIn Ads dimensions](https://www.getmcpads.com/docs/sources/linkedin-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/linkedin-ads/tools/linkedin_update_entity
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
