callConversionReportingState property
Indicates whether this CallAsset should use its own call conversion setting, follow the account level setting, or disable call conversion. 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;