Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
OfflineUserDataJob
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 GoogleAdsService.Search/SearchStream.
Fields |
resource_name
|
string
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}
|
type
|
OfflineUserDataJobType
Immutable. Type of the job.
|
status
|
OfflineUserDataJobStatus
Output only. Status of the job.
|
failure_reason
|
OfflineUserDataJobFailureReason
Output only. Reason for the processing failure, if status is FAILED.
|
|
OfflineUserDataJobMetadata
Output only. Metadata of offline user data job depicting match rate range.
|
id
|
int64
Output only. ID of this offline user data job.
|
external_id
|
int64
Immutable. User specified job ID.
|
Union field metadata . Metadata of the job. metadata can be only one of the following: |
|
CustomerMatchUserListMetadata
Immutable. Metadata for data updates to a CRM-based user list.
|
|
StoreSalesMetadata
Immutable. Metadata for store sales data update.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Offline user data jobs handle data of store visitors or user list members, processed asynchronously."],["Uploaded data is unreadable directly and processing results are accessed via GoogleAdsService.Search/SearchStream."],["Jobs can be of type Customer Match User List or Store Sales, each with specific metadata requirements."],["Job status and potential failure reasons are accessible for monitoring and troubleshooting."],["Each job has a unique system-generated ID and a user-specified external ID for identification."]]],["This content describes offline user data jobs, which process data from store visitors or user lists asynchronously. Key information includes the job's `resource_name`, `type`, `status`, and `failure_reason`. Each job also has an `id` and `external_id`. The job type (`type`) determines the `metadata` fields available. Possible metadata include `customer_match_user_list_metadata` for CRM-based lists and `store_sales_metadata` for store sales data. Processing results are accessed via GoogleAdsService.Search/SearchStream. The uploaded data itself is not directly readable.\n"]]