Documentation menu

Platforms

LinkedIn Ads

Campaign groups, campaigns, creatives, targeting, Conversions API, and lead-form sync via the Marketing API.

The LinkedIn Ads server exposes the LinkedIn hierarchy: ad account → campaign groups → campaigns → creatives. Analysis runs through ads.get, ads.getParallel, and ads.analytics in runScript; mutations go through typed write tools with DRAFT-first creation and dryRun previews on spend-affecting changes.

Server URL

https://notfair.co/api/mcp/linkedin_ads
  • Money fields are { amount, currencyCode } objects in MAJOR currency units (5.50 = $5.50) — unlike Google/X micros.
  • New campaign groups, campaigns, and creatives default to DRAFT; nothing serves until explicitly activated.
  • Targeting is one whole tree set on the campaign — there is no per-criterion add/remove.
  • Conversions API rules cannot be hard-deleted; disabling is the terminal state.
  • Lead-form responses only flow through the typed getLeadFormResponses tool, never the script sandbox.

See the LinkedIn Ads MCP reference for details.