--- 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
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2026-07-22 (UTC).