SuggestSmartCampaignBudgetOptionsResponse

  • SuggestSmartCampaignBudgetOptionsResponse is the response message for the SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions method.

  • The response may return all or none of the suggested budget options, which include low, recommended, and high.

  • The fields low, recommended, and high are optional BudgetOption objects representing different budget levels.

Response message for SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions. Depending on whether the system could suggest the options, either all of the options or none of them might be returned.

Fields

low

BudgetOption

Optional. The lowest budget option.

BudgetOption

Optional. The recommended budget option.

high

BudgetOption

Optional. The highest budget option.