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-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."],[[["A call view provides data for tracking calls originating from call-only ads or call extensions, offering insights into caller location, call duration, and timestamps."],["This data includes caller country and area codes, call duration, start and end times, display location, call type, and call status."],["Call views are identified by a unique resource name in the format `customers/{customer_id}/callViews/{call_detail_id}`."],["The caller's area code may be unavailable if the call duration is less than 15 seconds."]]],[]]