CallView

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

  • Key data points include caller country and area codes, call duration, start and end times, display location, call type, and status.

  • Caller area code is only available for calls longer than 15 seconds.

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.