linkedin_ update_ entity
Rename, pause/archive or edit budget, schedule, targeting or text-ad content of an owned test campaign/group/ad.
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.
- Source
- LinkedIn Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ linkedin-ads/ mcp
ParametersLink to this section
| 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 itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "linkedin_update_entity",
"args": {
"adAccountId": "<string>",
"kind": "adCampaignGroups",
"entityId": "<string>",
"fields": "<object>"
}
}
}