adobe_analytics
is a wrapper around Adobe Analytics' REST API v1.4. It's the most
advanced and stable client library currently available for Python.
It provides a high-level interfaces for reporting queries (including Data Warehouse requests) and classification uploads. It also provides an easy interface closer to the metal for other requests to their API.
Through PyPI:
pip install adobe_analytics
or via git:
pip install git+http://github.com/SaturnFromTitan/adobe_analytics.git
Supports Python 3.5+
Please check out the code snippets in the folder examples
. They showcase common use
cases and should give you a pretty clear understanding of how to use this framework.
Execute tests in the terminal via
py.test -v
Note that tests are automatically executed on every push via travis-ci.org.
I took over this branch as the project seems to be abandoned there. Thanks to everyone who put work into this project!
Special thanks go to
- debrouwere for initiating the framework
- dancingcactus for major improvements when taking it over from debrouwere
Notice: As I currently don't have access to an Adobe Analytics account. As Adobe doesn't provide sandbox environments I can't fix some of the known bugs. Everybody is very welcome to fix them by submitting a pull request though!