CallFeedItem

Represents a Call extension.

JSON representation
{
  "callConversionReportingState": enum (CallConversionReportingState),
  "phoneNumber": string,
  "countryCode": string,
  "callTrackingEnabled": boolean,
  "callConversionAction": string,
  "callConversionTrackingDisabled": boolean
}
Fields
callConversionReportingState

enum (CallConversionReportingState)

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.

phoneNumber

string

The advertiser's phone number to append to the ad. This string must not be empty.

countryCode

string

Uppercase two-letter country code of the advertiser's phone number. This string must not be empty.

callTrackingEnabled

boolean

Indicates whether call tracking is enabled. By default, call tracking is not enabled.

callConversionAction

string

The conversion action to attribute a call conversion to. If not set a default conversion action is used. This field only has effect if callTrackingEnabled is set to true. Otherwise this field is ignored.

callConversionTrackingDisabled

boolean

If true, disable call conversion tracking. callConversionAction should not be set if this is true. Optional.