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.
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.
|
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 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["Call extensions append an advertiser's phone number to ads, allowing users to directly call the business."],["These extensions can be configured to enable call tracking and attribute conversions."],["Advertisers can specify the country code, phone number, and optionally link a conversion action for tracking calls."],["Call conversion tracking can be managed at the extension level, either independently or by inheriting account-level settings."],["It's crucial to provide a valid phone number and country code for the extension to function correctly."]]],["This describes a Call extension, represented in JSON. Key data includes `phoneNumber` and `countryCode` for the advertiser. `callTrackingEnabled` dictates if call tracking is active. `callConversionReportingState` determines if it uses a custom or account-level conversion setting. If tracking is on, `callConversionAction` specifies the conversion to use; otherwise a default is used. Finally, `callConversionTrackingDisabled` allows you to disable call conversion tracking.\n"]]