CallView

  • The call view provides data for tracking call-only ads or call extensions.

  • Key fields includeresource_name,caller_country_code,caller_area_code,call_duration_seconds,start_call_date_time,end_call_date_time,call_tracking_display_location,type, andcall_status.

  • Data provided is output only and relates to details like caller location, call duration, timestamps, and call status.

A call view that includes data for call tracking of call-only ads or call extensions.

Proto definition

Fields

call_duration_seconds

int64

Output only. The advertiser-provided call duration in seconds.

call_status

GoogleVoiceCallStatus

Output only. The status of the call.

call_tracking_display_location

CallTrackingDisplayLocation

Output only. The call tracking display location.

caller_area_code

string

Output only. Area code of the caller. Null if the call duration is shorter than 15 seconds.

caller_country_code

string

Output only. Country code of the caller.

end_call_date_time

string

Output only. The advertiser-provided call end date time.

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}

start_call_date_time

string

Output only. The advertiser-provided call start date time.

type

CallType

Output only. The type of the call.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.