Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesOfflineConversionUploadConversionActionSummary

Offline conversion upload summary at conversion action level.

Inheritance
object
GoogleAdsSearchads360V23ResourcesOfflineConversionUploadConversionActionSummary
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 GoogleAdsSearchads360V23ResourcesOfflineConversionUploadConversionActionSummary : 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

ConversionActionId

Output only. Conversion action id.

Declaration
[JsonProperty("conversionActionId")]
public virtual long? ConversionActionId { get; set; }
Property Value
Type Description
long?

ConversionActionName

Output only. The name of the conversion action.

Declaration
[JsonProperty("conversionActionName")]
public virtual string ConversionActionName { 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?

ResourceName

Output only. The resource name of the offline conversion upload summary at conversion action level. Offline conversion upload conversion action summary resource names have the form: customers/{customer_id}/offlineConversionUploadConversionActionSummaries/{conversion_action_id}~{client}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Status

Output only. Overall status for offline conversion upload conversion action 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

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX