AI-generated Key Takeaways
-
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 containnot_eligible_details
,eligible_details
,paused_details
,removed_details
, orended_details
, each offering specific information relevant to that status.
Response message for SmartCampaignSettingService.GetSmartCampaignStatus
.
Fields | |
---|---|
|
The status of this Smart campaign. |
Union field
|
|
|
Details related to Smart campaigns that are ineligible to serve. |
|
Details related to Smart campaigns that are eligible to serve. |
|
Details related to paused Smart campaigns. |
|
Details related to removed Smart campaigns. |
|
Details related to Smart campaigns that have ended. |