callConversionReportingState property

String? callConversionReportingState
getter/setter pair

Enum value that indicates whether this call extension uses its own call conversion setting (or just have call conversion disabled), or following the account level setting. Possible string values are:

  • "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.

Implementation

core.String? callConversionReportingState;