A conversion value rule set
JSON representation |
---|
{ "resourceName": string, "id": string, "conversionValueRules": [ string ], "dimensions": [ enum ( |
Fields | |
---|---|
resource |
Immutable. The resource name of the conversion value rule set. Conversion value rule set resource names have the form:
|
id |
Output only. The ID of the conversion value rule set. |
conversion |
Resource names of rules within the rule set. |
dimensions[] |
Defines dimensions for Value Rule conditions. The condition types of value rules within this value rule set must be of these dimensions. The first entry in this list is the primary dimension of the included value rules. When using value rule primary dimension segmentation, conversion values will be segmented into the values adjusted by value rules and the original values, if some value rules apply. |
owner |
Output only. The resource name of the conversion value rule set's owner customer. When the value rule set is inherited from a manager customer, ownerCustomer will be the resource name of the manager whereas the customer in the resourceName will be of the requesting serving customer. ** Read-only ** |
attachment |
Immutable. Defines the scope where the conversion value rule set is attached. |
campaign |
The resource name of the campaign when the conversion value rule set is attached to a campaign. |
status |
Output only. The status of the conversion value rule set. ** Read-only ** |
conversion |
Immutable. The conversion action categories of the conversion value rule set. |
ValueRuleSetDimension
Possible dimensions of a conversion value rule set.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
GEO_LOCATION |
Dimension for geo location. |
DEVICE |
Dimension for device type. |
AUDIENCE |
Dimension for audience. |
NO_CONDITION |
This dimension implies the rule will always apply. |
ValueRuleSetAttachmentType
Possible level where a value rule set is attached.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
CUSTOMER |
Attached to the customer. |
CAMPAIGN |
Attached to a campaign. |
ConversionValueRuleSetStatus
Possible statuses of a conversion value rule set.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ENABLED |
Conversion Value Rule Set is enabled and can be applied. |
REMOVED |
Conversion Value Rule Set is permanently deleted and can't be applied. |
PAUSED |
Conversion Value Rule Set is paused and won't be applied. It can be enabled again. |