--- v21/services/google_ads_service.proto 2025-10-07 23:35:25.000000000 +0000 +++ v22/services/google_ads_service.proto 2025-10-07 23:35:27.000000000 +0000 @@ -730,16 +733,20 @@ 186; // The campaign draft referenced in the query. - google.ads.googleads.v21.resources.CampaignDraft campaign_draft = 49; + google.ads.googleads.v22.resources.CampaignDraft campaign_draft = 49; // Campaign Group referenced in AWQL query. - google.ads.googleads.v21.resources.CampaignGroup campaign_group = 25; + google.ads.googleads.v22.resources.CampaignGroup campaign_group = 25; + + // The campaign goal config referenced in the query. + google.ads.googleads.v22.resources.CampaignGoalConfig campaign_goal_config = + 236; // The campaign label referenced in the query. - google.ads.googleads.v21.resources.CampaignLabel campaign_label = 108; + google.ads.googleads.v22.resources.CampaignLabel campaign_label = 108; // The campaign lifecycle goal referenced in the query. - google.ads.googleads.v21.resources.CampaignLifecycleGoal + google.ads.googleads.v22.resources.CampaignLifecycleGoal campaign_lifecycle_goal = 213; // The campaign search term insight referenced in the query. @@ -1075,14 +1085,18 @@ shopping_performance_view = 117; // The shopping product referenced in the query. - google.ads.googleads.v21.resources.ShoppingProduct shopping_product = 226; + google.ads.googleads.v22.resources.ShoppingProduct shopping_product = 226; // The Smart campaign search term view referenced in the query. - google.ads.googleads.v21.resources.SmartCampaignSearchTermView + google.ads.googleads.v22.resources.SmartCampaignSearchTermView smart_campaign_search_term_view = 170; + // The Targeting expansion view referenced in the query. + google.ads.googleads.v22.resources.TargetingExpansionView + targeting_expansion_view = 244; + // The AccountLink referenced in the query. - google.ads.googleads.v21.resources.ThirdPartyAppAnalyticsLink + google.ads.googleads.v22.resources.ThirdPartyAppAnalyticsLink third_party_app_analytics_link = 144; // The topic view referenced in the query.
/services/google_ads_service.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-10-10 UTC.