Hi, Your reply contains a GAQL on the offline_user_data_job with all the fields. Can you extract me the field(s) which are showing me the *duration *and*/*or* end date(time**)* of the job ? We don't see any field for this purpose
Thanks On Wednesday, February 7, 2024 at 3:50:17 PM UTC+2 Google Ads API Forum Advisor wrote: > 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 > <https://developers.google.com/google-ads/api/fields/v15/offline_user_data_job_query_builder> > > 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, > > [image: Google Logo] Google Ads API Team > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7b10bc96-80a9-4944-b7fe-d79f187a9a94n%40googlegroups.com.
