Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ConversionValueRuleSetStatus
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
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. |
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."],[[["A conversion value rule set can have one of five statuses: `UNSPECIFIED`, `UNKNOWN`, `ENABLED`, `REMOVED`, or `PAUSED`."],["`ENABLED` rule sets are applied, while `PAUSED` and `REMOVED` rule sets are not."],["`REMOVED` rule sets are permanently deleted and cannot be enabled again, unlike `PAUSED` rule sets which can be reactivated."],["`UNSPECIFIED` and `UNKNOWN` statuses provide information about the system's understanding of the rule set's state."]]],["Conversion value rule sets have five possible statuses. `ENABLED` means the rule set is active. `PAUSED` indicates it's inactive but can be reactivated. `REMOVED` signifies permanent deletion. `UNSPECIFIED` means the status is not defined. `UNKNOWN` is a return value indicating an undefined status within the current system version. These statuses determine whether a rule set is active, inactive, or permanently deleted.\n"]]