So this field returns the city name as string, but when the same field is used as a filter, then an ID needs to specified? And even though filtering must be done using the IDs, it is not possible to retrieve the IDs as a field in the report, and instead a separate service has to be used for this? To me this just doesn't make any sense.
Compare this to how simple it is to filter by city in the Google Analytics API: just add "filters=ga:city%3D%3DAtlanta" to the request URL... On Dec 29, 8:44 pm, Evgeniy Bogdanov <[email protected]> wrote: > Hi Mikael. > > Unfortunately you didn't point what type of library and programming > language do you use. > > Problem is that in v201109 changed idea of targeting. > Now for all locations you need to specify ID of location, not it's > name. > > You can get know this ID by calling LocationCriterionService (http:// > code.google.com/intl/en/apis/adwords/docs/reference/latest/ > LocationCriterionService.html) > > Regards, > Evgeniy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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
