Class GoogleAdsSearchads360V23ResourcesCallView
A call view that includes data for call tracking of call-only ads or call extensions.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCallView : IDirectResponseSchema
Properties
CallDurationSeconds
Output only. The advertiser-provided call duration in seconds.
Declaration
[JsonProperty("callDurationSeconds")]
public virtual long? CallDurationSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
CallStatus
Output only. The status of the call.
Declaration
[JsonProperty("callStatus")]
public virtual string CallStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CallTrackingDisplayLocation
Output only. The call tracking display location.
Declaration
[JsonProperty("callTrackingDisplayLocation")]
public virtual string CallTrackingDisplayLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CallerAreaCode
Output only. Area code of the caller. Null if the call duration is shorter than 15 seconds.
Declaration
[JsonProperty("callerAreaCode")]
public virtual string CallerAreaCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CallerCountryCode
Output only. code of the caller.
Declaration
[JsonProperty("callerCountryCode")]
public virtual string CallerCountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndCallDateTime
Output only. The advertiser-provided call end date time.
Declaration
[JsonProperty("endCallDateTime")]
public virtual string EndCallDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the call view. Call view resource names have the form:
customers/{customer_id}/callViews/{call_detail_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartCallDateTime
Output only. The advertiser-provided call start date time.
Declaration
[JsonProperty("startCallDateTime")]
public virtual string StartCallDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Output only. The type of the call.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |