--- v24/common/goal_setting.proto 2026-07-21 22:02:14.000000000 +0000 +++ v25/common/goal_setting.proto 2026-07-21 22:02:31.000000000 +0000 @@ -36,4 +36,16 @@ // Retention goal value settings. CustomerLifecycleOptimizationValueSettings value_settings = 1; } + + // New Customer Acquisition goal settings. + message NewCustomerAcquisitionGoal { + // New Customer Acquisition goal value settings. + CustomerLifecycleOptimizationValueSettings value_settings = 1; + } + + // Loyalty retention goal settings. + message LoyaltyRetentionGoal { + // Loyalty retention goal value settings. + CustomerLifecycleOptimizationValueSettings value_settings = 1; + } }
/common/goal_setting.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.