Get Google Ads Campaign
google_ads_get_campaignRetrieve a single Google Ads campaign including its budget, bidding strategy, and status. Returns the campaign budget ID for further budget adjustments.
Instructions
Get a single campaign with budget, bidding strategy, and status. Returns the linked campaign_budget id (use it with google_ads_set_campaign_budget_micros).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | Google Ads campaign id (numeric). | |
| customer_id | Yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. | |
| privacy_mode | No | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| privacy_mode | No |