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

GeoTargetConstantService returns incorrect result

2022-12-06 Thread Max
I'm trying to get a Google Ads constant for the location "Paderborn", I need a district. But in the answer, out of the many results, there is only a city and many other cities that do not suit me. In screenshot 1, you can see that I get a lot of constants, although they do not match the exac

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

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-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: 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: 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-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-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-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-09-16 Thread 'Shreyans Jain' via AdWords API and Google Ads API Forum
).split(".")[1].replace('.', '').strip().lower() } results.append(info) *return* results *def* chunker(seq, size): *return* (seq[pos:pos + size] *for* pos *in* range(0, len(seq), size)) *def* get_city_and_country

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

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

2021-09-14 Thread 'Shreyans Jain' via AdWords API and Google Ads API Forum
e_source) #df_orig has data from the main report df_orig['country_id'] = 'geoTargetConstants/' + df_orig['country_id'].astype(str) gtc_service = ads_client.get_service("GeoTargetConstantService", version="v6")

Re: GeoTargetConstantService

2021-08-04 Thread Google Ads API Forum Advisor
Hi Roman, Thank you for your follow up. I work with William and allow me to assist you as well. I understand that you appear to be referring to the limit for the location_names, that you can include in a single request, then I can confirm that the limit is 25. If you wish to use the service to

Re: GeoTargetConstantService

2021-08-03 Thread Roman Bondarenko
ould I pass more than 25? Or should make couple requests? For e.g., if I have 100 location suggestion, should I call 4 times *GeoTargetConstantService*? Using *SearchStream* for *geo_target_constant *is not an option, because we need use suggestions for location names to match legit criteria...

Re: GeoTargetConstantService

2021-08-03 Thread Roman Bondarenko
ads/api/reference/rpc/v8/GeoTargetConstantService?hl=en> > > . While at the same time also thinking of how to reduce the size of the > request so as to increase the amount of possible locations that can be > gathered, as shown here > <https://developers.google.com/google-ads/ap

RE: GeoTargetConstantService

2021-08-03 Thread Google Ads API Forum Advisor
Hi Roman, Thank you for reaching out to us regarding this. I would start by asking if you are looking to use the gRPC to call the service as shown here . While at the same time also thinking of how to reduce the size of the request so as to increase the amount of possible locations that can be

GeoTargetConstantService

2021-08-03 Thread Roman Bondarenko
Hello there :) I am currently implementing targeting location for campaign level using Google Ads API. Objective is to add up to 1000 locations to a campaign using only name of location... So we have to use *GeoTargetConstantService* to get *id* of each location criterion. But service has a