--- v24/errors/goal_error.proto 2026-07-21 22:02:15.000000000 +0000 +++ v25/errors/goal_error.proto 2026-07-21 22:02:36.000000000 +0000 @@ -50,5 +50,11 @@ // Only Google Ads account can have customer lifecycle optimization goal. CUSTOMER_LIFECYCLE_OPTIMIZATION_ACCOUNT_TYPE_NOT_ALLOWED = 7; + + // New customer acquisition goal already exists. + NEW_CUSTOMER_ACQUISITION_GOAL_ALREADY_EXISTS = 8; + + // Loyalty retention goal already exists. + LOYALTY_RETENTION_GOAL_ALREADY_EXISTS = 9; } }
/errors/goal_error.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.