Re: Point me in the right direction: geographical breakdown of audience

2018-11-06 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Michael, Yes, you are correct. Whitelisting means only limited users can access this specific feature. If you wish to whitelist your account, kindly respond back with your clientCustomerId and inform me so I could confirm this to the team whether or not it is possible. You may respond using

Re: Point me in the right direction: geographical breakdown of audience

2018-11-06 Thread mmaydaniuk
Thanks! The AddressInfo API is marked as available for whitelisted customers only. Based on a quick google search it seems getting whitelisted is something reserved for a very limited set of (large corporate) customers. Is that a fair statement? I am wondering if I should consider this as not

Re: Point me in the right direction: geographical breakdown of audience

2018-11-06 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Michael, You could try using the AdWordsUserListService.get() to get your audience lists. However, the only location related field in this service is the addressInfo

Re: Point me in the right direction: geographical breakdown of audience

2018-11-06 Thread mmaydaniuk
Hi Dannison, Thanks for your help! Is there any other way to get the location data for an Audience other than using a Report? I was thinking maybe I could query the UserLists (or something) individually but it's my first time working wth the API so I don't know if this is a path worth persuing

Re: Point me in the right direction: geographical breakdown of audience

2018-11-06 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Michael, Unfortunately, there is no report type that can retrieve audience level statistics and location data together. For location type reports, only the Geo Performance Report and Campaign Location T

Point me in the right direction: geographical breakdown of audience

2018-11-06 Thread mmaydaniuk
Hi, I am working on a project for client the goal of which is to list out the relative percentages from each state of members of each of several lists/audiences. I can get the information I need (State, Country), tied to Campaign or AdGroup using the GEO_PERFORMANCE_REPORT. I am looking for