CustomerLifecycleGoalError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible customer lifecycle goal errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
CUSTOMER_ACQUISITION_VALUE_MISSING
|
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be set. |
CUSTOMER_ACQUISITION_INVALID_VALUE
|
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must be no less than 0.01. |
CUSTOMER_ACQUISITION_INVALID_HIGH_LIFETIME_VALUE
|
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value must be no less than 0.01. Also, to set this field, CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value must also be present, and high_lifetime_value must be greater than value. |
CUSTOMER_ACQUISITION_VALUE_CANNOT_BE_CLEARED
|
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.value cannot be cleared. This value would have no effect as long as none of your campaigns adopt the customer acquisitiong goal. |
CUSTOMER_ACQUISITION_HIGH_LIFETIME_VALUE_CANNOT_BE_CLEARED
|
CustomerLifecycleGoal.customer_acquisition_goal_value_settings.high_lifetime_value cannot be cleared. This value would have no effect as long as none of your campaigns adopt the high value optimization of customer acquisitiong goal. |
INVALID_EXISTING_USER_LIST
|
Found invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.existing_user_lists. The userlist must be accessible, active and belong to one of the following types: CRM_BASED, RULE_BASED, REMARKETING. |
INVALID_HIGH_LIFETIME_VALUE_USER_LIST
|
Found invalid value in CustomerLifecycleGoal.lifecycle_goal_customer_definition_settings.high_lifetime_value_user_lists. The userlist must be accessible, active and belong to one of the following types: CRM_BASED, RULE_BASED, REMARKETING. |
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 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["This enum outlines potential errors encountered when setting up customer lifecycle goals in Google Ads."],["Errors can relate to missing or invalid values for customer acquisition goals, such as `customer_acquisition_goal_value_settings.value` and `customer_acquisition_goal_value_settings.high_lifetime_value`."],["Issues can arise from using incorrect user lists for defining lifecycle goal customers, particularly for `existing_user_lists` and `high_lifetime_value_user_lists`, which must be specific types and accessible."],["Certain values, like `customer_acquisition_goal_value_settings.value` and `customer_acquisition_goal_value_settings.high_lifetime_value`, cannot be cleared once set, even if no campaigns are using the customer acquisition goal."]]],[]]