Pythonic wrapper of the Google AdWords API for easy reporting.
Last updated Jun 8, 2024
19
Stars
2
Forks
4
Issues
0
Stars/day
Attention Score
5
Language breakdown
Python 100.0%
▸ Files
click to expand
README
AdWords Reports
Description
adwords_reports is a library to quickly and easily receive cross-account reports from Google AdWords.
Getting started
- You can install
adwords_reportsusingpip:
$ pip install adwords_reports
or using git:
$ pip install git+https://github.com/SaturnFromTitan/adwords_reports.git
- Get access to AdWords API and cache all credential information in a .yaml file.
from adwords_reports import Client
credentialspath = "adwordscredentials.yaml"
client = Client(credentials_path)
- Try to run the code in examples/account_hierarchy.py to see if everything is working.
- For more detailed information on report types, available fields etc. please refer to the Google's
Technology
- The library currently supports Python 2.7 and 3.5+
- All reports are returned as pandas DataFrames - the standard tool to analyse data in Python
- Tests are written with pytest.
Who do I talk to?
The project was launched and is currently maintained by me, Martin Winkel.Contribute
Contributors are very welcome! Just file an issue or pull request.🔗 More in this category