Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
SuggestSmartCampaignAdRequest
Fields |
customer_id
|
string
Required. The ID of the customer.
|
suggestion_info
|
SmartCampaignSuggestionInfo
Required. Inputs used to suggest a Smart campaign ad. Required fields: final_url, language_code, keyword_themes. Optional but recommended fields to improve the quality of the suggestion: business_setting and geo_target.
|
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.
[null,null,["Last updated 2025-02-25 UTC."],[[["This request message is for the `SmartCampaignSuggestService.SuggestSmartCampaignAd` method, used to generate ad suggestions for Smart campaigns."],["It requires the customer ID (`customer_id`) and suggestion information (`suggestion_info`) as input."],["`suggestion_info` needs `final_url`, `language_code`, and `keyword_themes`; while `business_setting` and `geo_target` are optional but recommended for better suggestions."]]],["The core content outlines the requirements for a request message used to suggest a Smart campaign ad. It mandates the `customer_id` (a string representing the customer's ID) and `suggestion_info`. The `suggestion_info` requires `final_url`, `language_code`, and `keyword_themes`. It also recommends `business_setting` and `geo_target` to improve suggestion quality. These elements are utilized by the SmartCampaignSuggestService to generate an appropriate Smart campaign ad.\n"]]