google_ads_campaigns_get
Retrieve full details of a specific Google Ads campaign by its ID, including start and end dates, network settings, geo-target type, and bidding strategy system status.
Instructions
Fetches the full detail record for a single campaign by ID. Returns the same fields as campaigns.list plus start_date, end_date, network_settings, geo_target_type, and bidding_strategy_system_status. Read-only. Use this when you already have a campaign_id; for discovery use google_ads_campaigns_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. | |
| campaign_id | Yes | Campaign ID as returned by campaigns.list (numeric string, e.g. '23743184133'). |