Hi,
After checking your account '683-110-2517' for the user list '8719539982', I could see that the oct 15 and 16, 2024 jobs are in '
RUNNING' status which means upload(s) have been accepted and data is being processed. You may also check by running the below sample query, replace
offline_user_data_job.id to specific jobid data you want to retrieve data.
{
"query": "SELECT offline_user_data_job.customer_match_user_list_metadata.user_list, offline_user_data_job.external_id,offline_user_data_job.failure_reason,offline_user_data_job.id,offline_user_data_job.operation_metadata.match_rate_range,offline_user_data_job.resource_name,offline_user_data_job.status,offline_user_data_job.store_sales_metadata.loyalty_fraction,offline_user_data_job.store_sales_metadata.third_party_metadata.advertiser_upload_date_time,offline_user_data_job.store_sales_metadata.third_party_metadata.bridge_map_version_id,offline_user_data_job.store_sales_metadata.third_party_metadata.partner_id,offline_user_data_job.store_sales_metadata.third_party_metadata.partner_match_fraction,offline_user_data_job.store_sales_metadata.third_party_metadata.valid_transaction_fraction,offline_user_data_job.store_sales_metadata.third_party_metadata.partner_upload_fraction,offline_user_data_job.store_sales_metadata.transaction_upload_fraction,offline_user_data_job.type FROM offline_user_data_job where offline_user_data_job.id=***********"
}
According to the
documentation, once the OfflineUserDataJob has a SUCCESS status, the estimated match rate is available in the operation_metadata.match_rate_range field. If you query this field before the job completes, the value in this field might be zero. To ensure your match rate is ready for verification and the list ready for targeting, we recommend polling the job for completion.
Kindly note that, it can take as little as 10 minutes or up to 24 hours for the job to complete. Since it can take up to 24 hours for a list to be populated with members, you might see an 'In progress' status in the Google Ads UI if you upload to an audience list more frequently than once every 12 hours. Let us know if you have any further queries.
For Oct 8, 2024 the job was successful and the match rate was 91%-100%, if you are seeing a 0% match rate kindly provide us with the complete API logs (
request and
response logs with
request-id and
request header) generated at your end to better assist you further.