Enum describing possible conversion value rule set errors.
Enums | |
---|---|
|
Enum unspecified. |
|
The received error code is not known in this version. |
|
Two value rules in this value rule set contain conflicting conditions. |
|
This value rule set includes a value rule that cannot be found, has been permanently removed or belongs to a different customer. |
|
An error that's thrown when a mutate operation is trying to replace/remove some existing elements in the dimensions field. In other words, ADD op is always fine and UPDATE op is fine if it's only appending new elements into dimensions list. |
|
An error that's thrown when a mutate is adding new value rule(s) into a value rule set and the added value rule(s) include conditions that are not specified in the dimensions of the value rule set. |
|
The dimensions field contains duplicate elements. |
|
This value rule set is attached to an invalid campaign id. Either a campaign with this campaign id doesn't exist or it belongs to a different customer. |
|
When a mutate request tries to pause a value rule set, the enabled value rules in this set must be paused in the same command, or this error will be thrown. |
|
When a mutate request tries to pause all the value rules in a value rule set, the value rule set must be paused, or this error will be thrown. |
|
This value rule set is attached to a campaign that does not support value rules. Currently, campaign level value rule sets can only be created on Search, or Display campaigns. |
|
To add a value rule set that applies on Store Visits/Store Sales conversion action categories, the customer must have valid Store Visits/ Store Sales conversion actions. |
|
If NO_CONDITION is used as a dimension of a value rule set, it must be the only dimension. |
|
Dimension NO_CONDITION can only be used by Store Visits/Store Sales value rule set. |
|
Value rule sets defined on the specified conversion action categories are not supported. The list of conversion action categories must be an empty list, only STORE_VISIT, or only STORE_SALE. |
|
Dimension ITINERARY can only be used on campaigns with an advertising channel type of PERFORMANCE_MAX or HOTEL. |