Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CallView
Stay organized with collections
Save and categorize content based on your preferences.
A call view that includes data for call tracking of call-only ads or call extensions.
Fields |
resource_name
|
string
Output only. The resource name of the call view. Call view resource names have the form: customers/{customer_id}/callViews/{call_detail_id}
|
caller_country_code
|
string
Output only. Country code of the caller.
|
caller_area_code
|
string
Output only. Area code of the caller. Null if the call duration is shorter than 15 seconds.
|
call_duration_seconds
|
int64
Output only. The advertiser-provided call duration in seconds.
|
start_call_date_time
|
string
Output only. The advertiser-provided call start date time.
|
end_call_date_time
|
string
Output only. The advertiser-provided call end date time.
|
call_tracking_display_location
|
CallTrackingDisplayLocation
Output only. The call tracking display location.
|
type
|
CallType
Output only. The type of the call.
|
call_status
|
GoogleVoiceCallStatus
Output only. The status of the call.
|
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-10-12 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-10-12 UTC."],[[["Call view provides data for tracking calls originating from call-only ads or call extensions."],["It includes information like caller country/area code, call duration, start and end times, and call status."],["The call view resource also identifies the call tracking display location and type of call."],["Data within call view is output-only, meaning it's generated by the system and cannot be modified directly."]]],[]]