Class GoogleAdsSearchads360V23ServicesCallConversionResult
Identifying information for a successfully processed CallConversionUpload.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesCallConversionResult : IDirectResponseSchema
Properties
CallStartDateTime
The date time at which the call occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
Declaration
[JsonProperty("callStartDateTime")]
public virtual string CallStartDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CallerId
The caller id from which this call was placed. Caller id is expected to be in E.164 format with preceding '+' sign.
Declaration
[JsonProperty("callerId")]
public virtual string CallerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConversionAction
Resource name of the conversion action associated with this conversion.
Declaration
[JsonProperty("conversionAction")]
public virtual string ConversionAction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConversionDateTime
The date time at which the conversion occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
Declaration
[JsonProperty("conversionDateTime")]
public virtual string ConversionDateTime { 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 |