Re: CampaignCriterionService return empty parentsLocations

2016-03-08 Thread alexander . schlegel
Hello, okay thanks for your answer. I will make it with die CSV, you are right. Thanks for your help and a have a nice day, Regards, Alexander Schlegel Am Montag, 7. März 2016 18:44:23 UTC+1 schrieb Michael Cloonan (AdWords API Team): > > Hello, > > The LocationCriterion includes a Location, w

Re: CampaignCriterionService return empty parentsLocations

2016-03-07 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, The LocationCriterion includes a Location, which has an ID that should be filterable. However, keep in mind that the LocationCriterionService is fairly slow, and doing lookups each time you have an ID is probably going to cause your application to be slower than it needs to be. A better

Re: CampaignCriterionService return empty parentsLocations

2016-03-07 Thread alexander . schlegel
Hello, thanks for your answer. How do I manage it with LocationCriterionService. Can I filter it with ID? Because in die Doc's are only the fields `canonicalName` and `reach`. Regard, Alexander Schlegel Am Montag, 7. März 2016 16:31:50 UTC+1 schrieb Michael Cloonan (AdWords API Team): > > Hel

Re: CampaignCriterionService return empty parentsLocations

2016-03-07 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I believe the parent locations are only supposed to populate IDs; this is expected. You can look up what each ID actually means using our Geographical Targeting page (either manually or by downloading the CSV provid

Re: CampaignCriterionService return empty parentsLocations

2016-03-04 Thread 'Yin Niu' via AdWords API Forum
Hello, Could you please send SOAP request and response log? Just click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.co

CampaignCriterionService return empty parentsLocations

2016-03-04 Thread alexander . schlegel
Hallo Guys, today was my first day with the Adwords API. I use the Beta Version of the Framework: https://github.com/googleads/googleads-php-lib/tree/experimental Now I would like to get all Location Criterions of a Campaign. And I get it, but the parentLocations are empty (except the ID) My Co