ConversionValueRule

  • The resource_name is immutable and identifies the conversion value rule.

  • The id is an output-only field representing the unique ID of the conversion value rule.

  • The action defines what happens when the rule is triggered.

  • Conditions like geo_location_condition, device_condition, audience_condition, and itinerary_condition must be met for the rule to apply.

  • The owner_customer is a read-only field indicating the resource name of the rule's owner customer.

A conversion value rule

Fields

resource_name

string

Immutable. The resource name of the conversion value rule. Conversion value rule resource names have the form:

customers/{customer_id}/conversionValueRules/{conversion_value_rule_id}

id

int64

Output only. The ID of the conversion value rule.

action

ValueRuleAction

Action applied when the rule is triggered.

geo_location_condition

ValueRuleGeoLocationCondition

Condition for Geo location that must be satisfied for the value rule to apply.

device_condition

ValueRuleDeviceCondition

Condition for device type that must be satisfied for the value rule to apply.

audience_condition

ValueRuleAudienceCondition

Condition for audience that must be satisfied for the value rule to apply.

itinerary_condition

ValueRuleItineraryCondition

Condition for itinerary that must be satisfied for the value rule to apply.

owner_customer

string

Output only. The resource name of the conversion value rule's owner customer. When the value rule is inherited from a manager customer, owner_customer will be the resource name of the manager whereas the customer in the resource_name will be of the requesting serving customer. ** Read-only **

status

ConversionValueRuleStatus

The status of the conversion value rule.