--- v18/resources/recommendation.proto 2025-08-05 14:36:06.000000000 +0000 +++ v19/resources/recommendation.proto 2025-08-05 14:36:20.000000000 +0000 @@ -537,6 +537,10 @@ message ImprovePerformanceMaxAdStrengthRecommendation { // Output only. The asset group resource name. string asset_group = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The current ad strength score of the asset group. + google.ads.googleads.v19.enums.AdStrengthEnum.AdStrength ad_strength = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; } // The Dynamic Search Ads to Performance Max migration recommendation.
/resources/recommendation.proto
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[null,null,["最后更新时间 (UTC):2025-08-21。"],[],[],null,["# /resources/recommendation.proto\n\n```diff\n--- v18/resources/recommendation.proto 2025-08-05 14:36:06.000000000 +0000\n+++ v19/resources/recommendation.proto 2025-08-05 14:36:20.000000000 +0000\n@@ -537,6 +537,10 @@\n message ImprovePerformanceMaxAdStrengthRecommendation {\n // Output only. The asset group resource name.\n string asset_group = 1 [(google.api.field_behavior) = OUTPUT_ONLY];\n+\n+ // Output only. The current ad strength score of the asset group.\n+ google.ads.googleads.v19.enums.AdStrengthEnum.AdStrength ad_strength = 2\n+ [(google.api.field_behavior) = OUTPUT_ONLY];\n }\n\n // The Dynamic Search Ads to Performance Max migration recommendation.\n```"]]