# linkedin_get_campaigns

> List campaigns in a LinkedIn ad account with status, objective, format, bid strategy, budget and schedule.

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

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.

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

|  |  |
| --- | --- |
| Source | [LinkedIn Ads](https://www.getmcpads.com/docs/sources/linkedin-ads) |
| Kind | Read |
| Discovery | Announced in the tool list |
| 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. |
| `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 it

Directly, since it is announced

```json
{
  "name": "linkedin_get_campaigns",
  "arguments": {
    "adAccountId": "<string>"
  }
}
```

- [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_get_campaigns
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
