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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]