V
V
Vechnyy2021-03-07 20:34:59
Django
Vechnyy, 2021-03-07 20:34:59

How to create a web service for collecting statistics from Yandex.Direct and Google Ads using Python libraries?

Tell me, what additional libraries are needed for the Python language in order to create a web service for collecting statistics from Yandex.Direct and Google Ads?

It should look like an Excel or Pandas spreadsheet.

At the top you can select the date (from and to) and the name of the advertising campaign.

I myself believe that NumPy, Django, Pandas + Yandex.Direct API and Google Ads API are needed.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vasily Bannikov, 2021-03-07
@vabka

Well, start implementing.
When you implement - here you will have a list of libraries that was needed in your case.

R
RusiDev, 2021-03-07
@RusiDev

If we are talking about just somehow getting this data, then: requests, BeautifulSoup, and for a tabular view, some xls library.
I think this is the minimum set to complete this task. If you fasten the web, then any Framework will do.
The list of libraries depends on your imagination

D
Dmitry, 2021-03-08
@pyHammer

Vechnyy if your goal is to do data analysis, then it will be difficult to find anything better than ClickHouse . Just put the statue there and bring it out at least along or across. And what kind of face Django / Flask will be there is not so important. Pandas, of course, will also be appropriate here.

D
Dimonchik, 2021-03-08
@dimonchik2013

the Yandex.Direct API and the Google Ads API. , the second one is for sure, there are examples in Python and there will be either from Google
, another thing is that these things are tied to MONEY and the API is not so easy to do, although it seems they are already given to everyone, not only to the agency account

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question