--- v17/services/smart_campaign_suggest_service.proto 2024-10-17 03:48:53.000000000 +0000 +++ v18/services/smart_campaign_suggest_service.proto 2024-10-17 03:48:59.000000000 +0000 @@ -53,9 +53,10 @@ rpc SuggestSmartCampaignAd(SuggestSmartCampaignAdRequest) returns (SuggestSmartCampaignAdResponse) { option (google.api.http) = { - post: "/v17/customers/{customer_id=*}:suggestSmartCampaignAd" + post: "/v18/customers/{customer_id=*}:suggestSmartCampaignAd" body: "*" }; + option (google.api.method_signature) = "customer_id,suggestion_info"; } // Suggests keyword themes to advertise on. @@ -62,9 +63,10 @@ rpc SuggestKeywordThemes(SuggestKeywordThemesRequest) returns (SuggestKeywordThemesResponse) { option (google.api.http) = { - post: "/v17/customers/{customer_id=*}:suggestKeywordThemes" + post: "/v18/customers/{customer_id=*}:suggestKeywordThemes" body: "*" }; + option (google.api.method_signature) = "customer_id,suggestion_info"; } }
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-15 UTC.