ConversionValueRule
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["A conversion value rule allows you to specify conditions, such as geolocation, device type, or audience, that trigger specific actions on conversion values."],["Each rule is identified by a unique resource name and ID, with the `owner_customer` field indicating the rule's origin, which could be a manager or serving customer."],["The rule's action, defined in the `action` field, is executed when the conditions specified in `geo_location_condition`, `device_condition`, and `audience_condition` are met."],["The `status` field reflects the current state of the conversion value rule, indicating whether it's active or paused."],["`resource_name`, `id`, and `owner_customer` fields provide identification and ownership details, while `status` indicates the rule's operational state."]]],[]]