Get Campaign by Wizard ID
get_campaign_by_wizard_idGet full campaign details by its wizard campaign ID, including channels, audiences, ads, and budget configuration.
KEYWORDS: campaign, get, details, wizard, id, lookup, channels, audiences, ads, budget, configuration
WHEN TO USE:
- User wants to see full details of a specific campaign by its ID
- User needs to inspect channel configurations, audiences, ad groups, or budget settings for a campaign
- After creating a campaign, to verify its full configuration
- To retrieve the complete campaign structure including all channel details
RETURNS:
Full campaign details in a structured format including:
- Campaign ID, name, status, dates
- Optimization group / budget group details
- Per-channel configuration (enabled, daily budget, audiences, ad groups, lead gen forms, bid strategy)
- Summary statistics (total channels, enabled channels, total daily budget, goal)
PARAMETERS:
- campaign_id: The wizard campaign ID (integer, required)
CAMPAIGN ID SOURCES:
- search_campaigns_by_names tool (returns campaign IDs)
- create_campaign tool response (returns campaign_id)
- Campaign management interface URLsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | The wizard campaign ID to retrieve details for |