Class GoogleAdsSearchads360V23ResourcesOfflineConversionSummary
Historical upload summary, grouped by upload date or job.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesOfflineConversionSummary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailedCount
Output only. Total count of failed event.
Declaration
[JsonProperty("failedCount")]
public virtual long? FailedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
JobId
Output only. Dimension key for last N jobs.
Declaration
[JsonProperty("jobId")]
public virtual long? JobId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PendingCount
Output only. Total count of pending uploaded event.
Declaration
[JsonProperty("pendingCount")]
public virtual long? PendingCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SuccessfulCount
Output only. Total count of successful event.
Declaration
[JsonProperty("successfulCount")]
public virtual long? SuccessfulCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
UploadDate
Output only. Dimension key for last N days.
Declaration
[JsonProperty("uploadDate")]
public virtual string UploadDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |