Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
GetSmartCampaignStatusResponse
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["GetSmartCampaignStatus provides the current status of a Smart campaign, such as eligible, paused, removed, or ended."],["The response includes a `smart_campaign_status` field indicating the overall status."],["Further details about the status are provided in a union field, `smart_campaign_status_details`, which offers specific information depending on the campaign's status, such as ineligibility reasons, eligibility confirmation, pause details, removal details, or end details."]]],["The `SmartCampaignSettingService.GetSmartCampaignStatus` response provides the `smart_campaign_status` for a Smart campaign. It also offers further details via `smart_campaign_status_details`, which can be one of several types. These include `not_eligible_details` for ineligible campaigns, `eligible_details` for active campaigns, `paused_details` for paused ones, `removed_details` for deleted campaigns, and `ended_details` for finished ones. Each detail type provides specific information about the corresponding campaign status.\n"]]