RE: (Google Ads API) AdGroup Audience view returns no data

2021-08-05 Thread Google Ads API Forum Advisor
Hello Pradeep, Thank you for reaching out to us. So our team can better check on the issue, could you share with us the following details below? complete logs (request and response with request-id) screenshot showing those count of 47 from predefined reports MCC ID and Client ID Please send th

(Google Ads API) AdGroup Audience view returns no data

2021-08-04 Thread teamvadw...@gmail.com
Hi Team, When trying to get adgroup audience using below query it is just giving the ones with audience State enabled can we get all irrespective of state. I can see count of 47 from predefined reports -> audience but when i query it just giving enabled ones even though we are not filtering on

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-27 Thread Chirag eReportz
Hi, Any update on this? I need to have same Audience View as UI, like Level, Name, Audience Targeting, Status etc.. Thanks, On Wed, Aug 19, 2020 at 10:36 AM cv wrote: > Hello Anthony, > > If I am using ad_group_audience_view with refrence to UI for that I need > details of user list as well t

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-19 Thread Google Ads API Forum Advisor Prod
Hi David, Can you please provide me with your client customer ID through reply privately to author so that I can take a closer look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23Jc2b:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-19 Thread david...@funnel.io
Hi, We've been doing some more experimenting with this and what we do now is first to run a query like this: SELECT campaign.name, campaign_criterion.criterion_id, segments.date, metrics.clicks, metrics.cost_micros, metrics.impressions FROM campaign_audience_view WHERE

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-18 Thread cv
Hello Anthony, If I am using ad_group_audience_view with refrence to UI for that I need details of user list as well to get all the data. This below query will give me empty response, where as in UI there is 4 Audiences are there at adgroup level in UI. SELECT campa

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-18 Thread Google Ads API Forum Advisor Prod
Hello, The ad_group_audience_view reflects the Audiences tab in the Google Ads UI. It will show audiences that are targeted from the ad group level. If you are not seeing any results, please provide me more details. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23Jc2b:ref -- --

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-18 Thread cv
Hello, I think Adgroup Audience View must provide data, as get service is expensive in Adwords API beta. It has limited usage. Please let me know the reason why adwords_audience_view can't give data? Thanks, On Tuesday, 18 August 2020 at 00:53:50 UTC+5:30 adsapiforumadvisor wrote: > Hi Theo,

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-17 Thread Google Ads API Forum Advisor Prod
Hi Theo, You can run the UserListService in Google Ads API to get all of your audiences since this is the migrated service of the AdWordsUserListService in AdWords API. Let me know if there are any issues. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23Jc2b:ref -- -- =~=~=~=~=~=

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-17 Thread the...@funnel.io
Hi, *Our aim here is just to see data broken down by Audience, as it appears in the Google ads UI.* When querying "Criteria" from an AudiencePerformanceReport in the Adwords API, we get a list of id's from audiences, like this: boomuserlist::12345 uservertical::6789 ... We can then map these t

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi David, You can have a look at the migration guide to see what fields from AdWords API map to Google Ads API. For verticals, you will want to run a report under ad_group_criterion since VerticalId maps to ad_group_criterion.topic.topic_constant. Regards, Anthony Google Ads API Team ref:_00D1

Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-14 Thread david...@funnel.io
Hi, We are getting two types of criteria prefixes from Adwords, boomuserlist and uservertical. When querying from Google ADS however, we can get boomuserlist by calling the user_list resource. But from where can we get the uservertical criteria prefix? Sorry if this question makes no sense, al

RE: (Google Ads API) AdGroup Audience view returns no data

2020-08-12 Thread Google Ads API Forum Advisor Prod
Hi Theo, Can you please provide me your CID through reply privately to author so I can take a closer look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23Jc2b:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.

(Google Ads API) AdGroup Audience view returns no data

2020-08-12 Thread the...@funnel.io
Hi, we are trying to set up an audience view report using GAQL and our queries return no data for intervals that should have data according to other report types. For example: This returns plenty of data: SELECT segments.date, metrics.clicks, metrics.cost_micros, metrics.impressions FROM ad_gro