Re: Get conversions errors with python client

2018-02-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Petr, Unfortunately, the AdWords API doesn't have a service that retrieves the web page content data from the AdWords web interface. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blo

Re: Get conversions errors with python client

2018-02-12 Thread Петр Ботов
Update, I can pass the auth part, but I can`t see any usefull information in the page code. Looks like obfuscated js that i don`t get how to parse. вторник, 13 февраля 2018 г., 0:27:17 UTC+3 пользователь Петр Ботов написал: > > Thank you for your answer! > > Ok, maybe you can tell how can I get t

Re: Get conversions errors with python client

2018-02-12 Thread Петр Ботов
Thank you for your answer! Ok, maybe you can tell how can I get the web page content using python? I can`t pass the authentication. All I need, to ligin the page, take all the info. I tried phantom.js, requests, pycurl for this, but no luck. пятница, 9 февраля 2018 г., 22:48:59 UTC+3 пользова

Re: Get conversions errors with python client

2018-02-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, As conversions were uploaded via AdWords UI, it is not possible to get a list of files and report via AdWords API. Let me know if you have further question. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Get conversions errors with python client

2018-02-09 Thread Петр Ботов
Hello everyone! I have a task to get a list of errors from the conversions download page. But I can't realize how to do it. The point is that i cant figure out how to get these details through the api client. All I need is to get a list of files and errors. Is it a report or what? I would reall