--- v24/resources/campaign_goal_config.proto 2026-07-21 22:02:28.000000000 +0000 +++ v25/resources/campaign_goal_config.proto 2026-07-21 22:02:39.000000000 +0000 @@ -68,7 +68,17 @@ // The settings specific to this campaign goal config. oneof campaign_goal_config_settings { // Retention goal campaign settings. - google.ads.googleads.v24.common.CampaignGoalSettings + google.ads.googleads.v25.common.CampaignGoalSettings .CampaignRetentionGoalSettings campaign_retention_settings = 5; + + // New customer acquisition goal campaign settings. + google.ads.googleads.v25.common.CampaignGoalSettings + .CampaignNewCustomerAcquisitionGoalSettings + campaign_new_customer_acquisition_settings = 6; + + // Loyalty retention goal campaign settings. + google.ads.googleads.v25.common.CampaignGoalSettings + .CampaignLoyaltyRetentionGoalSettings + campaign_loyalty_retention_settings = 7; } }
/resources/campaign_goal_config.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 2026-07-22 UTC.