GetSmartCampaignStatusResponse

  • The response message for SmartCampaignSettingService.GetSmartCampaignStatus provides information about the status of a Smart campaign.

  • The response includes the smart_campaign_status field, which indicates the overall status of the campaign.

  • Additional details about the campaign status are provided in the smart_campaign_status_details union field, which can contain specific details depending on whether the campaign is not eligible, eligible, paused, removed, or ended.

  • The smart_campaign_status_details field can contain not_eligible_details, eligible_details, paused_details, removed_details, or ended_details, each offering specific information relevant to that status.

Response message for SmartCampaignSettingService.GetSmartCampaignStatus.

Fields

smart_campaign_status

SmartCampaignStatus

The status of this Smart campaign.

Union field

smart_campaign_status_details

smart_campaign_status_details. Additional details accompanying the status of a Smart campaign. smart_campaign_status_details can be only one of the following:

not_eligible_details

SmartCampaignNotEligibleDetails

Details related to Smart campaigns that are ineligible to serve.

eligible_details

SmartCampaignEligibleDetails

Details related to Smart campaigns that are eligible to serve.

paused_details

SmartCampaignPausedDetails

Details related to paused Smart campaigns.

removed_details

SmartCampaignRemovedDetails

Details related to removed Smart campaigns.

ended_details

SmartCampaignEndedDetails

Details related to Smart campaigns that have ended.