ConversionValueRuleError

Enum describing possible conversion value rule errors.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

INVALID_GEO_TARGET_CONSTANT

The value rule's geo location condition contains invalid geo target constant(s), for example, there's no matching geo target.

CONFLICTING_INCLUDED_AND_EXCLUDED_GEO_TARGET

The value rule's geo location condition contains conflicting included and excluded geo targets. Specifically, some of the excluded geo target(s) are the same as or contain some of the included geo target(s). For example, the geo location condition includes California but excludes U.S.

CONFLICTING_CONDITIONS

User specified conflicting conditions for two value rules in the same value rule set.

CANNOT_REMOVE_IF_INCLUDED_IN_VALUE_RULE_SET

The value rule cannot be removed because it's still included in some value rule set.

CONDITION_NOT_ALLOWED

The value rule contains a condition that's not allowed by the value rule set including this value rule.

FIELD_MUST_BE_UNSET

The value rule contains a field that should be unset.

CANNOT_PAUSE_UNLESS_VALUE_RULE_SET_IS_PAUSED

Pausing the value rule requires pausing the value rule set because the value rule is (one of) the last enabled in the value rule set.

UNTARGETABLE_GEO_TARGET

The value rule's geo location condition contains untargetable geo target constant(s).

INVALID_AUDIENCE_USER_LIST

The value rule's audience condition contains invalid user list(s). In another word, there's no matching user list.

INACCESSIBLE_USER_LIST

The value rule's audience condition contains inaccessible user list(s).

INVALID_AUDIENCE_USER_INTEREST

The value rule's audience condition contains invalid user_interest(s). This might be because there is no matching user interest, or the user interest is not visible.

CANNOT_ADD_RULE_WITH_STATUS_REMOVED

When a value rule is created, it shouldn't have REMOVED status.