RE: Get parent campaign name of ad group feed item target

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hello Wang, Can you make sure that you are also including the feed_item_target.campaign in your query? This will return the specific campaign details. If you're having an issue, could you please share the report query along with the CID using Reply privately to author option? Thanks, Bharani,

Re: Get parent campaign name of ad group feed item target

2019-07-19 Thread Yuxiang Wang
Thanks for your reply! Seems this query not works for me. feed_item_target.ad_group will return a string as "customers/{customer.id}/ad_group/{ad_group.id}". I can only extract the ad_group.id fr

RE: Get parent campaign name of ad group feed item target

2019-07-19 Thread Google Ads API Forum Advisor Prod
Hi Wang, You may use the feed_item_target.campaign and feed_item_target.ad_group to pull the campaign and ad group details together. Please find the sample report query below as a reference: "SELECT campaign.id, feed_item_target.ad_group, feed_item_target.campaign FROM feed_item_target" Could

Re: Get parent campaign name of ad group feed item target

2019-07-18 Thread Yuxiang Wang
Just to clarify, I'm using Google Ads API. 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 n

Get parent campaign name of ad group feed item target

2019-07-18 Thread Yuxiang Wang
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