Re: Retrieving ParentLocations in Google Ads

2022-03-22 Thread Jonatan Heyman
Hi! Any updates on how to retrieve all the parent IDs for a location using the Google Ads API? The geo_target_constant.parent_geo_target seems to only return a single parent still. Best, Jonatan On Tuesday, March 30, 2021 at 10:28:18 PM UTC+2 sebastia...@gmail.com wrote: > Great. Thanks! > >

Re: Retrieving ParentLocations in Google Ads

2021-03-30 Thread sebastia...@gmail.com
Great. Thanks! On Tuesday, March 30, 2021 at 10:01:33 PM UTC+2 adsapiforumadvisor wrote: > Hi Sebastian, > > Thanks for this feedback. I will go pass this to our team. > > Cheers, > Anthony > > > [image: Google Logo] > Anthony > Google Ads API Team > > > ref:_00D1U1174p._5004Q28okHw:ref >

Re: Retrieving ParentLocations in Google Ads

2021-03-30 Thread Google Ads API Forum Advisor Prod
Hi Sebastian, Thanks for this feedback. I will go pass this to our team. Cheers, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q28okHw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=

Re: Retrieving ParentLocations in Google Ads

2021-03-30 Thread sebastia...@gmail.com
Hi Anthony, Actually parent_geo_target is a dumbed-down version of ParentLocations: 1. It skips some hierarchy. Example: according to parent_geo_target the postal code *SW4* (id: 9045894) is a child of *England* (id: 20339). But ParentLocations accurately includes the city *London* (id: 100688

Re: Retrieving ParentLocations in Google Ads

2020-12-10 Thread Kevin
Worked for me, thanks Anthony! On Thursday, December 10, 2020 at 7:52:52 AM UTC-8 adsapiforumadvisor wrote: > Hi Kevin, > > In Google Ads API, you can use the GeoTargetConstantService > > > which will retu

RE: Retrieving ParentLocations in Google Ads

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Kevin, In Google Ads API, you can use the GeoTargetConstantService which will return locations. This object contains the field parent_geo_target which is equivalent to the parent locations in AdWords API. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004

Retrieving ParentLocations in Google Ads

2020-12-09 Thread Kevin
Hi, I was having trouble finding an analog for the ParentLocations data from the AdWords API in the GoogleAds API