CampaignGoalConfigError

  • This document lists potential errors when configuring campaign goals.

  • Errors include goals or campaigns not being found.

  • Errors can occur if high lifetime value is improperly configured relative to standard value.

  • Specific campaign types and customer statuses are required for certain optimization goals.

Enum describing possible campaign goal config errors.

Proto definition

Enums

CAMPAIGN_NOT_FOUND

Campaign is either removed or does not exist.

CUSTOMER_LIFECYCLE_OPTIMIZATION_CAMPAIGN_TYPE_NOT_SUPPORTED

When using customer lifecycle optimization goal, campaign type should be supported.

CUSTOMER_NOT_ALLOWLISTED_FOR_RETENTION_ONLY

Customer must be allowlisted to use retention only goal.

GOAL_NOT_FOUND

Goal is either removed or does not exist for this account.

HIGH_LIFETIME_VALUE_LESS_THAN_OR_EQUAL_TO_VALUE

High lifetime value should be greater than value.

HIGH_LIFETIME_VALUE_PRESENT_BUT_VALUE_ABSENT

If high lifetime value is present then value should be present.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.