Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
CallConversionReportingState
Possible data types for a call conversion action state.
Enums |
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
DISABLED |
Call conversion action is disabled. |
USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION |
Call conversion action will use call conversion type set at the account level. |
USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION |
Call conversion action will use call conversion type set at the resource (call only ads/call extensions) level. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["The `state` of a call conversion action determines its operational status, such as whether it's disabled or how it handles call conversions."],["Possible states include unspecified, unknown, disabled, using account-level settings, or using resource-level settings for call conversions."],["`USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION` and `USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION` dictate whether the action inherits its call conversion type from the account or the specific resource."]]],["The data types for a call conversion action state include: `DISABLED`, indicating the action is turned off; `USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION`, meaning it uses the account's settings; and `USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION`, where it adopts settings defined at the resource level (like call-only ads). `UNSPECIFIED` indicates a lack of specification, while `UNKNOWN` represents an undefined value for a return value.\n"]]