--- v19/resources/recommendation.proto 2025-04-14 05:29:54.000000000 +0000 +++ v19-1/resources/recommendation.proto 2025-04-14 05:30:02.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
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-04-14 UTC.