Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ConversionValueRuleSet
Stay organized with collections
Save and categorize content based on your preferences.
A conversion value rule set
Fields |
resource_name
|
string
Immutable. The resource name of the conversion value rule set. Conversion value rule set resource names have the form: customers/{customer_id}/conversionValueRuleSets/{conversion_value_rule_set_id}
|
id
|
int64
Output only. The ID of the conversion value rule set.
|
conversion_value_rules[]
|
string
Resource names of rules within the rule set.
|
dimensions[]
|
ValueRuleSetDimension
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_customer
|
string
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, 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 **
|
attachment_type
|
ValueRuleSetAttachmentType
Immutable. Defines the scope where the conversion value rule set is attached.
|
campaign
|
string
The resource name of the campaign when the conversion value rule set is attached to a campaign.
|
status
|
ConversionValueRuleSetStatus
Output only. The status of the conversion value rule set. ** Read-only **
|
conversion_action_categories[]
|
ConversionActionCategory
Immutable. The conversion action categories of the conversion value rule set.
|
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-10-12 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-10-12 UTC."],[[["Conversion value rule sets allow you to specify rules for adjusting conversion values based on various dimensions and conditions."],["These rules can be applied to specific campaigns or across your entire account using the attachment type."],["You can define rules based on dimensions like device, audience, and geo location to tailor conversion values."],["Each rule set contains one or more conversion value rules that determine how values are modified."],["Conversion value rule sets provide flexibility in optimizing campaigns by assigning different values to conversions based on their characteristics."]]],["This outlines a conversion value rule set, identified by a resource name and ID. It contains a collection of `conversion_value_rules` and specifies `dimensions` that define the conditions for these rules. The set is owned by a specific customer (`owner_customer`) and can be attached to a campaign or other scope (defined by `attachment_type`). The set's `status` is tracked, and it also defines the `conversion_action_categories` it applies to.\n"]]