Hi,
Thank you for reaching out to the Google Ads API support team.
By reviewing your concern, I understand that you are looking for guidance on how to retrieve the execution time metrics and other fields from the
offline_user_data_job resource. Kindly note that for retrieving the status of your job that has been executed, I would recommend you to kindly refer to the below GAQL 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, offline_user_data_job.operation_metadata.match_rate_range FROM offline_user_data_job WHERE offline_user_data_job.id={offline_user_data_job.id}
Could you kindly confirm if you are able to retrieve the execution time metrics and other fields from the Google Ads UI? If yes, kindly provide us the UI screenshot of the Google Ads account (with visible customer ID) and also highlight the fields and metrics that you are trying to retrieve via the API.
You can send the details via
Reply privately to the author option, or
direct private reply to this email.
This message is in relation to case "ref:!00D1U01174p.!5004Q02rytex:ref"
Thanks,
 |
Google Ads API Team |
