CallFeedItem
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
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 2024-11-25 UTC.
[[["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 2024-11-25 UTC."],[[["Represents a Call extension, allowing advertisers to display their phone number with ads."],["Includes fields for phone number, country code, and call tracking options."],["Advertisers can enable call tracking and specify a conversion action to attribute conversions."],["`call_conversion_reporting_state` determines whether the extension uses its own or account-level call conversion settings."]]],[]]