Re: GEO_PERFORMANCE_REPORT data loss

2021-03-30 Thread Maxim Mazurov
Hi With AdWords API it was my mistake, so finally I made it work. However, now I also need to get this report type for UAC campaigns and having some troubles validating data. To get the report I am using user_location_view which should return data grouped by location of the user specified in s

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-30 Thread Maxim Mazurov
Hi With AdWords API it was my mistake, so finally I made it work. However, now I also need to get this report type for UAC campaigns and having some troubles validating data. To get the report I am using user_location_view which should return data grouped by location of the user specified in s

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-24 Thread Maxim Mazurov
Hi, This feature is already developed in my code. I am iterating through the whole client account id list, however, I cannot get the geo performance report for active accounts! For example, I can get statistics for those accounts by ad performance report and all of them are visible in Google

GEO_PERFORMANCE_REPORT data loss

2021-03-23 Thread Maxim Mazurov
Hi, I am currently building code to extract cost, clicks and impressions data with city, region and country groupings. I have been using GEO_PERFORMANCE_REPORT from Adwords API , howev

LocationCriterionService usage python (awql // change response language)

2021-03-10 Thread Maxim Mazurov
Hi, I want to convert CityCrieriaID in GEO_PERFORMANCE_REPORT into the location name using LocationCriterionService, however, I cannot find answers on some questions here: 1) Can you provide an example how to query the LocationCriterionService with AWQL in python? I found this example on GitH

Basic access approval after submitting intention of use

2020-06-04 Thread Maxim Mazurov
Hi, My colleagues have submitted the application for basic level API by sending the information about the tool (business mode, intention of use, etc) in response to API Compliance team. How long usually it should take to get the working token back? I have limited time on the project in which y

Re: Standard access application form returns 403 Forbidden

2020-06-03 Thread Maxim Mazurov
Bryan, hi No response for already 4 full business days. I have applied last Thursday. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because yo

Re: Standard access application form returns 403 Forbidden

2020-06-02 Thread Maxim Mazurov
Hi again I have used this link yesterday to ask the API Compliance team about the approval of my application which I did 4 business days ago. How long it can take? On Friday, 29 May 2020 20:02:30 UTC+3, adsapiforumadvisor wrote: > > Hi Maxim, > > Thank you for the update. You can use this link

Re: Standard access application form returns 403 Forbidden

2020-05-29 Thread Maxim Mazurov
Is that form working for everyone? I also have the same problem (403) applying for a basic account. How long should I wait for the application review? Thanks On Tuesday, 26 May 2020 17:06:10 UTC+3, adsapiforumadvisor wrote: > > Hi, > > I've taken a look at this issue with my team. Could you tr

Access denied since the customer is not active

2020-05-24 Thread Maxim Mazurov
Добрый вечер Я тоже недавно залез в данный API и начал натыкаться на ошибки подобного рода. Что значит вероятно токен не аппрувнули. С другой стороны они пишут что этого достаточно для тест аккаунтов. Вы создали под основным аккаунтом тестовый? В yaml надо указать customer_id от данного именно т

Re: Use Targeting Ideas with the test account

2020-05-22 Thread Maxim Mazurov
Unfortunately, I did not read the documentation carefully. The extract below is copied from documentation Note: When using test accounts , the TargetingIdeaService will return dummy data. Reference: https

Use Targeting Ideas with the test account

2020-05-22 Thread Maxim Mazurov
Hi, I want to use Google Adwords API for retrieving data from keyword planner as I would normally do from the AdWords UI. How can I do it? I have a test account and extracted data seems to be toy data including 'red herring' as the entry :) How to retrieve real data? -- -- =~=~=~=~=~=~=~=~=

invalid_client The OAuth client was not found Error 401 on python

2020-05-22 Thread Maxim Mazurov
Hi, I am running into 401 error when trying to authenticate to the API and get a refresh token. I am working in python and with the latest updates from github . My consent screen is not verified however, it seems to me from the tutorial

Re: Access Adwords programmatically without OAuth

2020-05-22 Thread Maxim Mazurov
Hi, I got this and how it should operate. However, as in the previous consent config screens (from 2016) optional tags appeared where necessary. Now there is no this tags however, it’s possible to submit the screen with only name assigned which allows to issue Oauth2 tokens for test purposes.

Re: Access Adwords programmatically without OAuth

2020-05-22 Thread Maxim Mazurov
HI, If I am not using this in the app hosted somewhere but for my own analysis. What should I fill in as Logo for example in the consent screen? I do not have the app now which can interact with the API. I want to explore the functionality of AdWords API prior building the app. How do I do it

Access Adwords programmatically without OAuth

2020-05-21 Thread Maxim Mazurov
I want to use AdWords API to programmatically extract keywords related data in batch. The current solution I found is this as the way to request data. However, it asks for the application link and relates to user client data