Class GoogleAdsSearchads360V23ResourcesOfflineUserDataJob
A job containing offline user data of store visitors, or user list members that will be processed asynchronously. The uploaded data isn't readable and the processing results of the job can only be read using
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesOfflineUserDataJob : IDirectResponseSchema
Properties
CustomerMatchUserListMetadata
Immutable. Metadata for data updates to a CRM-based user list.
Declaration
[JsonProperty("customerMatchUserListMetadata")]
public virtual GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata CustomerMatchUserListMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalId
Immutable. User specified job ID.
Declaration
[JsonProperty("externalId")]
public virtual long? ExternalId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
FailureReason
Output only. Reason for the processing failure, if status is FAILED.
Declaration
[JsonProperty("failureReason")]
public virtual string FailureReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. ID of this offline user data job.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
OperationMetadata
Output only. Metadata of offline user data job depicting match rate range.
Declaration
[JsonProperty("operationMetadata")]
public virtual GoogleAdsSearchads360V23ResourcesOfflineUserDataJobMetadata OperationMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesOfflineUserDataJobMetadata |
ResourceName
Immutable. The resource name of the offline user data job. Offline user data job resource names have the
form: customers/{customer_id}/offlineUserDataJobs/{offline_user_data_job_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. Status of the job.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StoreSalesMetadata
Immutable. Metadata for store sales data update.
Declaration
[JsonProperty("storeSalesMetadata")]
public virtual GoogleAdsSearchads360V23CommonStoreSalesMetadata StoreSalesMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonStoreSalesMetadata |
Type
Immutable. Type of the job.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |