Thanks for your reply! Seems this query not works for me. feed_item_target.ad_group <https://developers.google.com/google-ads/api/fields/v2/feed_item_target#feed_item_targetad_group> will return a string as "customers/{customer.id}/ad_group/{ad_group.id}". I can only extract the ad_group.id from this field. But I just can't get the parent campaing name of this ad_group from it.
In AdWords API, there is a simply way: just to call FeedItemAdGroupTarget.parentCampaignName. (refer to https://developers.google.com/adwords/api/docs/reference/v201809/FeedItemTargetService.FeedItemAdGroupTarget). Is there a way to do it in Google Ads API? Thanks again for your help! On Friday, July 19, 2019 at 10:56:25 AM UTC+8, Yuxiang Wang wrote: > > Hi, > > For feed_item_target which target type is ad group, how could we get the > parent campaign name of this ad group? > I tried to select campaign.name, but seems it will return nothing. > > Really appreciate your help~ > > Thanks, > Marcus > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/bc2e25f7-a3f9-4b47-a4e8-c738900326b8%40googlegroups.com.
