Class GoogleAdsSearchads360V23ResourcesOfflineConversionUploadClientSummary
Offline conversion upload summary at customer level.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesOfflineConversionUploadClientSummary : IDirectResponseSchema
Properties
Alerts
Output only. Details for each error code. Alerts are generated from most recent calendar day with upload stats.
Declaration
[JsonProperty("alerts")]
public virtual IList<GoogleAdsSearchads360V23ResourcesOfflineConversionAlert> Alerts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ResourcesOfflineConversionAlert> |
Client
Output only. Client type of the upload event.
Declaration
[JsonProperty("client")]
public virtual string Client { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DailySummaries
Output only. Summary of history stats by last N days.
Declaration
[JsonProperty("dailySummaries")]
public virtual IList<GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> DailySummaries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JobSummaries
Output only. Summary of history stats by last N jobs.
Declaration
[JsonProperty("jobSummaries")]
public virtual IList<GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> JobSummaries { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> |
LastUploadDateTime
Output only. Date for the latest upload batch. The format is "yyyy-mm-dd hh:mm:ss", and it's in the time zone of the Google Ads account.
Declaration
[JsonProperty("lastUploadDateTime")]
public virtual string LastUploadDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PendingEventCount
Output only. Total count of pending uploaded events.
Declaration
[JsonProperty("pendingEventCount")]
public virtual long? PendingEventCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PendingRate
Output only. The ratio of total pending events to total events.
Declaration
[JsonProperty("pendingRate")]
public virtual double? PendingRate { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ResourceName
Output only. The resource name of the offline conversion upload summary at customer level. Offline
conversion upload client summary resource names have the form:
customers/{customer_id}/offlineConversionUploadClientSummaries/{client}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. Overall status for offline conversion client summary. Status is generated from most recent calendar day with upload stats.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SuccessRate
Output only. Successful rate.
Declaration
[JsonProperty("successRate")]
public virtual double? SuccessRate { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
SuccessfulEventCount
Output only. Total count of successful uploaded events.
Declaration
[JsonProperty("successfulEventCount")]
public virtual long? SuccessfulEventCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalEventCount
Output only. Total count of uploaded events.
Declaration
[JsonProperty("totalEventCount")]
public virtual long? TotalEventCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |