linkedin_ get_ campaigns
List campaigns in a LinkedIn ad account with status, objective, format, bid strategy, budget and schedule.
List campaigns in a LinkedIn ad account with status, objective, format, bid strategy, budget and schedule. On LinkedIn the campaign holds the targeting and the bid, and the creatives under it are the ads.
- Source
- LinkedIn Ads
- Kind
- Read
- Discovery
- Announced in the tool list
- 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. |
status | array | Optional | status. |
type | array | Optional | TEXT_AD for text ads, SPONSORED_UPDATES for sponsored image or video posts. |
name | array | Optional | Exact campaign names to match. |
campaignGroupId | string | Optional | Keep only campaigns in this campaign group. |
includeTargeting | boolean | Optional | Return the raw targetingCriteria object. Off by default because it is verbose. |
pageSize | integer | Optional | pageSize. |
pageToken | string | Optional | Opaque nextPageToken from the preceding response; omit for the first page. |
Calling itLink to this section
{
"name": "linkedin_get_campaigns",
"arguments": {
"adAccountId": "<string>"
}
}