ZIP codes: discrepancy between geotargets list and current state

2021-12-30 Thread xxx...@gmail.com
The list of location IDs under https://developers.google.com/adwords/api/docs/appendix/geotargeting offers a targeting type "Postal Code". For Germany it contains 3.902 ZIP codes. However, currently there are around 8.000 ZIP codes in Germany for cities, towns etc. According to source there a

Stack with total vs. mobile search volumes

2022-01-04 Thread xxx...@gmail.com
The GUI of Keyword Planner displays on the diagram total vs. mobile search volume for certain keywords. I'm stack with AdWords API: how can I query TrafficEstimatorService to get the total and mobile search volumes? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: How to refine keywords with Google Ads API?

2022-01-09 Thread xxx...@gmail.com
Hello Aryeh! Could you please publish here a screenshot of your cURL response? I seem to do something wrong and want to know, how looks an answer in case of correct querying. Specially I'm interesting how looks "and the categories showed". Thank you! Evgeniy On Friday, 7 January 2022 at 21:50:

Google Ads API limits and quotas for standard developer token

2022-01-09 Thread xxx...@gmail.com
Hi I've found API limits and quotas for basic developer token in the new Google Ads API documentation. But where can I see these data for the standard token? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~

Is new or refreshed token needed?

2022-01-09 Thread xxx...@gmail.com
We have a single manager account, a single standard developer token bundled to this manager account, and an app working with AdWords API based on this token. Now we migrate the app to the new Google Ads API. Do we need to create a new manager account, let issue a new token or refresh the old on

Re: Google Ads API limits and quotas for standard developer token

2022-01-10 Thread xxx...@gmail.com
Thank you Kevin! This is exactly what I'm looking! On Monday, 10 January 2022 at 05:48:04 UTC+1 adsapi wrote: > Hello, > > > > I suggest you check our documentations on Rate Sheet and Non-Compliance > Fees > and Access Level

Ways to secure the developer token

2022-01-10 Thread xxx...@gmail.com
We consider letting a freelancer implement some additional functions for our app based on Google Ads API and developer token issued for our firm's AdWords manager account. Our developer token is a valuable asset, which we will be forced to share with the freelancer, so I have some questions abo

Re: Setup of matching types with Google Ads API

2022-01-16 Thread xxx...@gmail.com
I'm still interested in the possibility of matching types setup while querying of the new Google Ads API On Friday, 14 January 2022 at 12:34:48 UTC+1 xxx...@gmail.com wrote: > Keyword Planner offers three options to setup the matching type of > keywords: exact, broad and phrase.

How to get all input keywords as an output, using Google Ads API?

2022-01-20 Thread xxx...@gmail.com
I'm now using a self-coded app based on Adwords API to estimate search volumes of keywords. If I input, say, 100 keywords, I get the following output: - some keywords with search volume > 0, - some keywords with search volume = 0, - and some keywords are missing in the output file. I d

Re: How to get all input keywords as an output, using Google Ads API?

2022-01-21 Thread xxx...@gmail.com
Hello Peter, I attach the main PHP file of our app, so you can see how requests are done, and how responses come and are written into export file. Hope it will be enough to answer my question. On Friday, 21 January 2022 at 04:45:38 UTC+1 adsapi wrote: > Hi, > > Thank you for reaching out to ou