Skip to content
Get MCP AdsGet MCP Ads, home
View as Markdown

linkedin_create_campaign_group

Create a DRAFT campaign group in a selected test account. A write tool that previews before it changes anything, one of 25 LinkedIn Ads tools on the Get MCP…

Create a DRAFT campaign group in a selected test account. Preview by default.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/linkedin-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredSelected LinkedIn advertising account, numeric ID.
namestringRequiredName stored in LinkedIn; does not rename source files or organic posts.
runScheduleobjectRequiredUTC epoch timestamps in milliseconds; optional end must be later than start.
confirmbooleanOptionalPreview unless true. Writes are restricted to native LinkedIn test accounts. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "linkedin_create_campaign_group",
    "args": {
      "adAccountId": "<string>",
      "name": "<string>",
      "runSchedule": "<object>"
    }
  }
}
Esc

Type to search