Hi Sai, I have a few questions. If it is not selectable from Ad Group Audience View and Campaign Audience View and then why is it mentioned under them. You can check this here: https://developers.google.com/google-ads/api/docs/migration/reports#audience_performance
As far as I understand, if a field is mentioned under a particular resource then we can query for that field from the same resource. I do understand that there are restrictions on the combination of fields that can be queried together, but if someone just wants to query a single field of the resource, then it should be allowed. E.g "SELECT user_list.name from ad_group_audience_view WHERE campaign.status IN ( ENABLED,PAUSED,REMOVED ) AND segments.date >= \'2019-06-17\' AND segments.date <= \'2019-06-19\'" should be allowed. Please let me know if I am missing something. Thanks, Rahul On Tuesday, June 18, 2019 at 8:49:15 PM UTC+5:30, adsapiforumadvisor wrote: > > Hello Rahul and Jamie, > > Since user_list.name > <https://developers.google.com/google-ads/api/docs/fields/user_list#user_listname> > > can only be fetched via user_list resource but not via Ad Group Audience > View and Campaign Audience View resource. You will be only able to fetch > the data from resources that are shown in the *Selectable With* section > of those resources. > > Alternatively, you an use the criterion_id's > <https://developers.google.com/google-ads/api/docs/fields/ad_group_criterion#ad_group_criterioncriterion_id> > from > those resources and can match them with the user_list.id > <https://developers.google.com/google-ads/api/docs/fields/user_list#user_listid> > > fields in another query. Please let me know if you have any further > questions. > > Regards, > Sai Teja, Google Ads API Team > > ref:_00D1U1174p._5001UBnv45:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/f9ddec21-ee49-4cb7-affb-821afba3a084%40googlegroups.com.
