Connect Ad Platform
platform_connectRegister a Google Ads or Meta Ads account in the AdOps workspace to enable campaign management and reporting tools.
Instructions
Register a Google Ads or Meta Ads account in the AdOps workspace so subsequent tools (campaign_list, campaign_create, ads_report) can target it. Input: platform ("google_ads"|"meta_ads"), name (display label), account_id (the external ad account id). Returns the stored connection object with a generated UUID and status="active". Safe to call with the same platform+account_id — returns the existing connection instead of erroring (idempotent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Ad platform to connect | |
| name | Yes | Friendly connection name | |
| account_id | Yes | Platform-specific ad account ID (Google: 10 digits, Meta: act_XXXXXXXXX) |