Hi,

I am trying to retrieve the user-list resource name from an offline job
https://developers.google.com/google-ads/api/fields/v10/offline_user_data_job 
(first 
field in the list)

*Query*

"SELECT offline_user_data_job.resource_name, " +
"offline_user_data_job.id, " +
"offline_user_data_job.status, " +
"offline_user_data_job.type, " +
"offline_user_data_job.failure_reason " +
"offline_user_data_job.customer_match_user_list_metadata.user_list " +
"FROM offline_user_data_job "

*Response*

Failure message: errors {
  error_code {
    query_error: UNEXPECTED_INPUT
  }
  message: "Error in query: unexpected input 
offline_user_data_job.customer_match_user_list_metadata.user_list."
}

if I comment out the yellow-highlighted part of the query, it succeeds but 
hasCustomerMatchUserListMetadata = false

So how can I get the metadata back?

This is for an operational use case: Whilst monitoring for jobs of a 
specific status, it would make sense to be able to point back at a 
particular user-list



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3005aba8-3123-477b-af2b-02591b5f2e62n%40googlegroups.com.

Reply via email to