CallFeedItem

  • The content represents a Call extension.

  • It includes fields for configuring phone number, country code, call tracking, and call conversion reporting.

  • Call conversion tracking can be enabled, disabled, or follow account-level settings.

  • Call conversion action can be specified, and if not set, a default action is used.

Represents a Call extension.

Fields

call_conversion_reporting_state

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.

phone_number

string

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

country_code

string

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

call_tracking_enabled

bool

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

call_conversion_action

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 call_tracking_enabled is set to true. Otherwise this field is ignored.

call_conversion_tracking_disabled

bool

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