Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesOfflineConversionSummary

Historical upload summary, grouped by upload date or job.

Inheritance
object
GoogleAdsSearchads360V23ResourcesOfflineConversionSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX