RE: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2021-09-15 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Can you please provide us with your complete request and response logs from your V8 calls? This will allow us to take a closer look at the issue. The release notes do not mention any relevant changes for this. Regards, Matt Google Ads API Team Matt Google Ads A

Re: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2021-09-16 Thread 'Shreyans Jain' via AdWords API and Google Ads API Forum
Hi Matt, thanks for responding. Adding complete code below to show the requests made. * Python3 Code --> Google Ads API v8 ### Kindly note, I have executed this on production to align the new api version: pip install google-ads==12.0.0 ###* *import* json *import* log

Re: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2021-09-16 Thread Google Ads API Forum Advisor
Hello, Thank you for getting back to us. However, I'm afraid that we will be needing the complete API logs (request and response with request-id) instead of those trace logs provided. Since you're using the Python client library, you can enable logging via this guide. Once those API logs are a

Re: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2021-11-19 Thread cv
Hi, I am also have same situation. I need have name instead geoConstantID. How I can get name for the location? I have this ID return through get_location_view. geoTargetConstants/9057154 Thanks, On Friday, 17 September 2021 at 11:52:14 UTC+5:30 adsapi wrote: > Hello, > > Thank you for gett

Re: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2021-11-19 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, You can use the ID to get the Geotarget name with the geo_constant_name resource with the name attribute. Regards, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Matt Google Ads API

Re: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2021-11-20 Thread cv
Hi Matt, Yes, I was using same only. But to get name from id in geographics_view it is expensive. I need to call geo_target_constant resource search operation for every id, and not only it is for one field it is across country, city, state fields.. On Friday, 19 November 2021 at 22:36:59 UTC+5

Re: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2021-11-21 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for getting back to us. As previously mentioned by Matt, the only way to get the location name is via the name field from the geo_target_constant. Allow me to raise a feature request for this (subject for review); however, before doing so, can you share to us your business use ca

Re: Re: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2023-05-05 Thread cv
Hi, Is location name / Geo name available using API? Can you please update on this? Thanks, On Monday, 29 November 2021 at 06:43:18 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for providing your use case. I have already raised a feature > request to my team so that t

Re: Re: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2021-11-25 Thread Chirag eReportz
Hi, Thanks for email. I was trying to build a Tool where I am analyse the Geo Targeted and want to increase bid or decrease bid for GEO based on algorithm For that I need to make view where I can show the User which Geo needs the improvement or attention. So that end user can set the Bid as per t

Re: Re: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2021-11-28 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for providing your use case. I have already raised a feature request to my team so that the name field for geo will be included in the location_view, and will undergo review. For now, please follow our blog or keep an eye on the location_view document as we will post there relevan

Re: Re: Migration from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest

2021-11-28 Thread mqaraev946
from v6 to v8 - facing error in GeoTargetConstantService & SuggestGeoTargetConstantsRequest Hi, Thank you for providing your use case. I have already raised a feature request to my team so that the name field for geo will be included in the location_view, and will undergo review. For now, ple